summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-01-29 21:31:40 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-01-29 21:31:40 +0100
commit913cacb1f5af01070a6e7cd16a8665fa252b97f6 (patch)
tree651d46ac006ff2a87cd2125043e73a0f2a2bcf94 /dev-ml/fieldslib/fieldslib-0.15.0.ebuild
parentdev-ml/dune-site: 2.9.3 bump (diff)
downloadgentoo-913cacb1f5af01070a6e7cd16a8665fa252b97f6.tar.gz
gentoo-913cacb1f5af01070a6e7cd16a8665fa252b97f6.tar.bz2
gentoo-913cacb1f5af01070a6e7cd16a8665fa252b97f6.zip
dev-ml/fieldslib: 0.15.0 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/fieldslib/fieldslib-0.15.0.ebuild')
-rw-r--r--dev-ml/fieldslib/fieldslib-0.15.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ml/fieldslib/fieldslib-0.15.0.ebuild b/dev-ml/fieldslib/fieldslib-0.15.0.ebuild
new file mode 100644
index 000000000000..629e9a7aaa73
--- /dev/null
+++ b/dev-ml/fieldslib/fieldslib-0.15.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Folding over record fields"
+HOMEPAGE="https://github.com/janestreet/fieldslib"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+ >=dev-ml/base-0.14.0:=
+ dev-ml/findlib:=
+"
+DEPEND="${RDEPEND}"