diff options
author | 2020-10-13 16:25:41 +1100 | |
---|---|---|
committer | 2020-10-13 23:53:25 +1100 | |
commit | e26d5e02a5d09d7853d4cf8fd7d05839a5928821 (patch) | |
tree | 703cb1e57bb5049ac492b73cd7c2c1db3659e08d /dev-ml/fieldslib/fieldslib-0.14.0.ebuild | |
parent | dev-ml/extlib: Bump to 1.7.7, try to fix bug 704146 (diff) | |
download | gentoo-e26d5e02a5d09d7853d4cf8fd7d05839a5928821.tar.gz gentoo-e26d5e02a5d09d7853d4cf8fd7d05839a5928821.tar.bz2 gentoo-e26d5e02a5d09d7853d4cf8fd7d05839a5928821.zip |
dev-ml/fieldslib: Bump to 0.14.0
Co-Author: Alexis Ballier <aballier@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/fieldslib/fieldslib-0.14.0.ebuild')
-rw-r--r-- | dev-ml/fieldslib/fieldslib-0.14.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ml/fieldslib/fieldslib-0.14.0.ebuild b/dev-ml/fieldslib/fieldslib-0.14.0.ebuild new file mode 100644 index 000000000000..39789c9b3eb2 --- /dev/null +++ b/dev-ml/fieldslib/fieldslib-0.14.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 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 ~x86" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/base:= + dev-ml/ocaml-migrate-parsetree:= + dev-ml/ppxlib:= +" +DEPEND="${RDEPEND}" |