diff options
author | Mark Wright <gienah@gentoo.org> | 2020-10-13 15:55:42 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-10-13 23:53:20 +1100 |
commit | 21229ca9f4d928b5b3e84d8487b2e74675535593 (patch) | |
tree | 99d3353035f874d34f3cc4b6ccd44c49e78bb81d /dev-ml/bin_prot/bin_prot-0.14.0.ebuild | |
parent | dev-ml/base_quickcheck: Dependency of dev-ml/ppx_jane (diff) | |
download | gentoo-21229ca9f4d928b5b3e84d8487b2e74675535593.tar.gz gentoo-21229ca9f4d928b5b3e84d8487b2e74675535593.tar.bz2 gentoo-21229ca9f4d928b5b3e84d8487b2e74675535593.zip |
dev-ml/bin_prot: Dependency of dev-ml/ppx_bin_prot
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/bin_prot/bin_prot-0.14.0.ebuild')
-rw-r--r-- | dev-ml/bin_prot/bin_prot-0.14.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild new file mode 100644 index 000000000000..1f5c226b5837 --- /dev/null +++ b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Binary protocol generator" +HOMEPAGE="https://github.com/janestreet/bin_prot" +SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/base:= + dev-ml/ppx_compare:= + dev-ml/ppx_custom_printf:= + dev-ml/ppx_fields_conv:= + dev-ml/ppx_sexp_conv:= + dev-ml/ppx_variants_conv:= + !dev-ml/bin-prot +" +DEPEND="${RDEPEND}" |