dev-ml/gmap: update HOMEPAGE

Closes: https://bugs.gentoo.org/838778
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-16 14:28:53 +02:00
parent c8d086cbeb
commit bd78ba7153

View File

@@ -6,13 +6,24 @@ EAPI=8
inherit dune
DESCRIPTION="Heterogenous Map over a GADT"
HOMEPAGE="https://github.com/hannesm/gmap"
HOMEPAGE="
https://github.com/hannesm/gmap
https://opam.ocaml.org/packages/gmap/
"
SRC_URI="https://github.com/hannesm/gmap/releases/download/${PV}/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
IUSE="ocamlopt test"
RDEPEND=""
DEPEND="${RDEPEND}"
DEPEND="
${RDEPEND}
test? (
dev-ml/alcotest
dev-ml/fmt
)
"
RESTRICT="!test? ( test )"