summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-04-21 18:29:31 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-04-21 18:29:31 +0200
commit6a40628d82c1e2b733d34a3cd1aed1c6d06b31f1 (patch)
treeca2e736c2cbbe793265523899794c00b1edc7ae3 /dev-ml/sexplib0
parentdev-python/fastimport: Bump to 0.9.14 (diff)
downloadgentoo-6a40628d82c1e2b733d34a3cd1aed1c6d06b31f1.tar.gz
gentoo-6a40628d82c1e2b733d34a3cd1aed1c6d06b31f1.tar.bz2
gentoo-6a40628d82c1e2b733d34a3cd1aed1c6d06b31f1.zip
dev-ml/sexplib0: 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/sexplib0')
-rw-r--r--dev-ml/sexplib0/Manifest1
-rw-r--r--dev-ml/sexplib0/sexplib0-0.15.0.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-ml/sexplib0/Manifest b/dev-ml/sexplib0/Manifest
index 56aad71a87ba..52712aab9c97 100644
--- a/dev-ml/sexplib0/Manifest
+++ b/dev-ml/sexplib0/Manifest
@@ -1 +1,2 @@
DIST sexplib0-0.14.0.tar.gz 17677 BLAKE2B bf906491cd8c8021b6737fa6a9510ad7421a01c448bd1e136cd7244eaeb27674a4c3e739be601a66b1f23a2f6dd2f19771b66fde88a2f3e75e24111ae5ace3e5 SHA512 cfffb390809a1ed3b99d3326a7c5035e2fedf7af084d94f6c0cff98ba641056b5b2896d56d32b1b27bdde29b199bbd32d174cdee84c2e1541cb7f2e4bf00e4ed
+DIST sexplib0-0.15.0.tar.gz 16706 BLAKE2B 154b8f3cb48dd6f13e7ed9679a8ecde6ae57a7a0d70f50c214f088f377d52b1c00b5d7545f9949fd4d17f21ffb9187981b0d009b063c48d252926fdd7a49307f SHA512 ae44c3724b8f7bf8a19bbb10464a21d74b662c77ba3937bab6ca9709843ee2ae7da44432d6dbf4f744cabc3e369b5d2fc89c16e372c3cb77e55077b5efda3041
diff --git a/dev-ml/sexplib0/sexplib0-0.15.0.ebuild b/dev-ml/sexplib0/sexplib0-0.15.0.ebuild
new file mode 100644
index 000000000000..b2a226713333
--- /dev/null
+++ b/dev-ml/sexplib0/sexplib0-0.15.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 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 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"