diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-21 02:09:32 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-21 02:09:32 +0200 |
commit | 109064083a1245a13c96fd711e7ae580835ab515 (patch) | |
tree | 3a6ae3ddc8b48ef4eac676bc86997b210a03f899 /dev-ml | |
parent | dev-ml/cstruct: replace dep on base-* with ocaml (diff) | |
download | guru-109064083a1245a13c96fd711e7ae580835ab515.tar.gz guru-109064083a1245a13c96fd711e7ae580835ab515.tar.bz2 guru-109064083a1245a13c96fd711e7ae580835ab515.zip |
dev-ml/core_unix: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/core_unix/core_unix-0.14.0.ebuild | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/dev-ml/core_unix/core_unix-0.14.0.ebuild b/dev-ml/core_unix/core_unix-0.14.0.ebuild index b1c2cdfd2..15c85fdd5 100644 --- a/dev-ml/core_unix/core_unix-0.14.0.ebuild +++ b/dev-ml/core_unix/core_unix-0.14.0.ebuild @@ -6,7 +6,10 @@ EAPI=8 inherit dune DESCRIPTION="Unix-specific extensions to some of the modules defined in [core] and [core_kernel]" -HOMEPAGE="https://github.com/janestreet/core_unix" +HOMEPAGE=" + https://github.com/janestreet/core_unix + https://opam.ocaml.org/packages/core_unix/ +" SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" @@ -15,17 +18,8 @@ KEYWORDS="~amd64" IUSE="ocamlopt" RDEPEND=" - dev-ml/core_kernel - dev-ml/expect_test_helpers_core - dev-ml/core - dev-ml/ppx_jane - dev-ml/jane-street-headers - dev-ml/jst-config - dev-ml/ocaml_intrinsics - dev-ml/sexplib - dev-ml/timezone - dev-ml/base-threads - dev-ml/spawn + =dev-ml/core-0.14*:= + >=dev-lang/ocaml-4.08.0:=[ocamlopt?] " DEPEND=" ${RDEPEND} |