mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-ml/uri: new package, add 4.4.0
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
40
dev-ml/uri/uri-4.4.0.ebuild
Normal file
40
dev-ml/uri/uri-4.4.0.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="RFC3986 URI parsing library for OCaml"
|
||||
HOMEPAGE="https://github.com/mirage/ocaml-uri"
|
||||
SRC_URI="https://github.com/mirage/ocaml-uri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/ocaml-uri-${PV}"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
SLOT="0/${PV}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-ml/angstrom:=
|
||||
dev-ml/ppx_sexp_conv:=
|
||||
dev-ml/stringext:=
|
||||
dev-ml/core_bench:=
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-ml/ounit2:=
|
||||
dev-ml/crowbar:=
|
||||
dev-ml/core_bench:=
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user