diff options
Diffstat (limited to 'dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild')
-rw-r--r-- | dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild b/dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild new file mode 100644 index 00000000000..7820e1bd329 --- /dev/null +++ b/dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit opam + +DESCRIPTION="OCaml code generator plugin for the Cap'n Proto serialization framework" +HOMEPAGE="https://github.com/pelzlpj/capnp-ocaml" +SRC_URI="https://github.com/pelzlpj/capnp-ocaml/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + dev-ml/core_kernel:= + dev-ml/ocaml-extunix:= + dev-ml/ocplib-endian:= + dev-ml/res:= + dev-ml/ocaml-uint:= + dev-libs/capnproto:= +" +DEPEND="${RDEPEND} + test? ( dev-ml/core:= dev-ml/ounit ) + dev-ml/jbuilder +" + +src_install() { + opam_src_install capnp +} |