diff options
author | 2022-04-16 18:30:04 +0200 | |
---|---|---|
committer | 2022-04-16 20:27:38 +0200 | |
commit | deb5422a78400c350a91f9a1deb6c238158bdd5b (patch) | |
tree | a5730d6f16ddc465c5ec711897c44f295b8971cf /dev-ml/cstruct | |
parent | app-crypt/tpm2-openssl: Add missing DEPEND="${RDEPEND}" (diff) | |
download | guru-deb5422a78400c350a91f9a1deb6c238158bdd5b.tar.gz guru-deb5422a78400c350a91f9a1deb6c238158bdd5b.tar.bz2 guru-deb5422a78400c350a91f9a1deb6c238158bdd5b.zip |
dev-ml/cstruct: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml/cstruct')
-rw-r--r-- | dev-ml/cstruct/cstruct-6.0.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ml/cstruct/cstruct-6.0.1.ebuild b/dev-ml/cstruct/cstruct-6.0.1.ebuild index 4c1a41d62..5b3f8ce46 100644 --- a/dev-ml/cstruct/cstruct-6.0.1.ebuild +++ b/dev-ml/cstruct/cstruct-6.0.1.ebuild @@ -6,7 +6,10 @@ EAPI=8 inherit dune multiprocessing DESCRIPTION="Map OCaml arrays onto C-like structs" -HOMEPAGE="https://github.com/mirage/ocaml-cstruct" +HOMEPAGE=" + https://github.com/mirage/ocaml-cstruct + https://opam.ocaml.org/packages/cstruct/ +" SRC_URI="https://github.com/mirage/ocaml-cstruct/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/ocaml-${P}" @@ -41,7 +44,6 @@ DEPEND=" dev-ml/alcotest dev-ml/crowbar dev-ml/ocaml-migrate-parsetree - dev-ml/ounit dev-ml/ppx_sexp_conv dev-ml/cppo dev-ml/lwt |