mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-ml/gmap: update HOMEPAGE
Closes: https://bugs.gentoo.org/838778 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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 )"
|
||||
|
||||
Reference in New Issue
Block a user