diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-02-09 20:14:47 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-02-09 20:15:11 +0100 |
commit | 3b4f94e3b45c2b5fec9a31b8277a05d5ca10d799 (patch) | |
tree | 8709c5f7b5373fb95414a4e6f974019b41e83a1c /dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild | |
parent | app-admin/ansible: add 7.2.0 (diff) | |
download | gentoo-3b4f94e3b45c2b5fec9a31b8277a05d5ca10d799.tar.gz gentoo-3b4f94e3b45c2b5fec9a31b8277a05d5ca10d799.tar.bz2 gentoo-3b4f94e3b45c2b5fec9a31b8277a05d5ca10d799.zip |
dev-ml/ppx_hash: add ppxlib deps
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild')
-rw-r--r-- | dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild b/dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild new file mode 100644 index 000000000000..ff5f22a05f00 --- /dev/null +++ b/dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="PPX rewriter that generates hash functions from type expressions and definitions" +HOMEPAGE="https://github.com/janestreet/ppx_hash" +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-ml/ppx_sexp_conv:${SLOT} + dev-ml/ppx_compare:${SLOT} + >=dev-ml/ppxlib-0.23:= +" +RDEPEND="${DEPEND}" |