summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-13 17:17:19 +1100
committerMark Wright <gienah@gentoo.org>2020-10-13 23:53:33 +1100
commite4b55eeb71dfc5d5a2ced10073eddf8c91cab1dd (patch)
treecb24fef26cdefb663d3f8c4ebf6abb1a59fde3df /dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild
parentdev-ml/ppx_bench: Bump to 0.14.1 (diff)
downloadgentoo-e4b55eeb71dfc5d5a2ced10073eddf8c91cab1dd.tar.gz
gentoo-e4b55eeb71dfc5d5a2ced10073eddf8c91cab1dd.tar.bz2
gentoo-e4b55eeb71dfc5d5a2ced10073eddf8c91cab1dd.zip
dev-ml/ppx_bin_prot: 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/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild')
-rw-r--r--dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild
new file mode 100644
index 000000000000..942eef12f2db
--- /dev/null
+++ b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Generation of bin_prot readers and writers from types"
+HOMEPAGE="https://github.com/janestreet/ppx_bin_prot"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt test"
+
+DEPEND="
+ dev-ml/base:=
+ dev-ml/bin_prot:=
+ dev-ml/ppx_here:=
+ dev-ml/ppxlib:=
+ dev-ml/ocaml-migrate-parsetree:=
+ dev-ml/result:=
+ "
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+ test? (
+ dev-ml/ppx_jane
+ )"