diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-07-17 21:41:23 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-07-17 21:49:25 +0200 |
commit | 78fa329a6f329a8b4683f364b9acb3350ee095e6 (patch) | |
tree | 4b548bfc990caefba96095078122af39ed9c4590 /dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild | |
parent | dev-ml/ppx_jane: add missing deps (diff) | |
download | gentoo-78fa329a6f329a8b4683f364b9acb3350ee095e6.tar.gz gentoo-78fa329a6f329a8b4683f364b9acb3350ee095e6.tar.bz2 gentoo-78fa329a6f329a8b4683f364b9acb3350ee095e6.zip |
dev-ml/ppx_base: add missing deps
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild')
-rw-r--r-- | dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild b/dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild new file mode 100644 index 000000000000..b694c4df4962 --- /dev/null +++ b/dev-ml/ppx_base/ppx_base-0.16.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Base set of ppx rewriters" +HOMEPAGE="https://github.com/janestreet/ppx_base" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +DEPEND=" + >=dev-lang/ocaml-4.14 + dev-ml/ppx_cold:${SLOT} + dev-ml/ppx_globalize:${SLOT} + dev-ml/ppx_enumerate:${SLOT} + dev-ml/ppx_hash:${SLOT} + dev-ml/ppx_sexp_conv:${SLOT} +" +RDEPEND="${DEPEND}" |