summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-13 17:58:45 +1100
committerMark Wright <gienah@gentoo.org>2020-10-13 23:53:45 +1100
commitd16a5a3b08e970d58cf3be2d3b5dc4b2796168d3 (patch)
tree28f7164eb467168578181b8c26c0374d132e5d06 /dev-ml/sexplib0/sexplib0-0.14.0.ebuild
parentdev-ml/sexplib: Bump to 0.14.0 (diff)
downloadgentoo-d16a5a3b08e970d58cf3be2d3b5dc4b2796168d3.tar.gz
gentoo-d16a5a3b08e970d58cf3be2d3b5dc4b2796168d3.tar.bz2
gentoo-d16a5a3b08e970d58cf3be2d3b5dc4b2796168d3.zip
dev-ml/sexplib0: Dependency of dev-ml/base
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/sexplib0/sexplib0-0.14.0.ebuild')
-rw-r--r--dev-ml/sexplib0/sexplib0-0.14.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ml/sexplib0/sexplib0-0.14.0.ebuild b/dev-ml/sexplib0/sexplib0-0.14.0.ebuild
new file mode 100644
index 000000000000..575d94f788a7
--- /dev/null
+++ b/dev-ml/sexplib0/sexplib0-0.14.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions"
+HOMEPAGE="https://github.com/janestreet/sexplib0"
+SRC_URI="https://github.com/janestreet/sexplib0/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"