summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois-Xavier Carton <fx.carton91@gmail.com>2020-11-27 18:32:26 +0100
committerSam James <sam@gentoo.org>2021-01-04 17:27:03 +0000
commit82ea5405d089c777e01d8f49ce5ac335ed5b7f24 (patch)
treed01f31f67d388ab5d1748e7f7c537c09c19500f3 /dev-ml/biniou/biniou-1.2.1.ebuild
parentmedia-sound/strawberry: Only emit postinst msg with USE="gstreamer" (diff)
downloadgentoo-82ea5405d089c777e01d8f49ce5ac335ed5b7f24.tar.gz
gentoo-82ea5405d089c777e01d8f49ce5ac335ed5b7f24.tar.bz2
gentoo-82ea5405d089c777e01d8f49ce5ac335ed5b7f24.zip
dev-ml/biniou: bump to 1.2.1
Signed-off-by: François-Xavier Carton <fx.carton91@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/biniou/biniou-1.2.1.ebuild')
-rw-r--r--dev-ml/biniou/biniou-1.2.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ml/biniou/biniou-1.2.1.ebuild b/dev-ml/biniou/biniou-1.2.1.ebuild
new file mode 100644
index 000000000000..853571988c56
--- /dev/null
+++ b/dev-ml/biniou/biniou-1.2.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
+HOMEPAGE="https://github.com/ocaml-community/biniou/"
+SRC_URI="https://github.com/ocaml-community/biniou/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt?]
+ dev-ml/easy-format:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"