commit: 4d2f848835fd45d206d8e3701e3f7b3700749db6 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Jun 13 20:31:20 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Jun 13 20:35:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2f8488
dev-ml/ppx_variants_conv: add 0.17.0 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/ppx_variants_conv/Manifest | 1 + .../ppx_variants_conv-0.17.0.ebuild | 24 ++++++++++++++++++++++ profiles/package.mask | 1 + 3 files changed, 26 insertions(+) diff --git a/dev-ml/ppx_variants_conv/Manifest b/dev-ml/ppx_variants_conv/Manifest index 078aed006c13..23ea02a82688 100644 --- a/dev-ml/ppx_variants_conv/Manifest +++ b/dev-ml/ppx_variants_conv/Manifest @@ -2,3 +2,4 @@ DIST ppx_variants_conv-0.14.1.tar.gz 9640 BLAKE2B a73241a8dfc1cf41d2ad184f7e3214 DIST ppx_variants_conv-0.14.2.tar.gz 9626 BLAKE2B 1effb717e72237ec5522034d5885e6f2919eb80d16266b14cb4c2b9bf6b2d6e8792f3a8232130de7a1b6c51233add4984add36f8da74dd526d9e3cbbe0f14cd7 SHA512 1ae714bea76ba4856c5ab1a7266b28f0ca4462dea26afefe6953eae1ac683f98748cb6281155cc89380d25c81311f78afa6f44e39413fafa63bf043623538a48 DIST ppx_variants_conv-0.15.0.tar.gz 10530 BLAKE2B 5947ce3056639ae54f7fb7aea16f1657997ef631f4544baae849023b3d9cc29c8711cc3913e3583b58db99afea793d4cfe13c189e3f0ca44e5ddb0e9515a0507 SHA512 549b8d7af75cb98bc6cfe3bc53d43a9bee5c767de149905faf76c0a97c5be86d14d784377805c3932423d4dc698375edbd52f1cf508a4d0f3ea8e79f7e284224 DIST ppx_variants_conv-0.16.0.tar.gz 12331 BLAKE2B d8b454b1d489dede40ea0d43f6d9f8ee30784b975ac388f0c05c3d4778690a102ee8105d888edec0fe899906c8b7e3d083eb6ff0b79d5ee85b5af57ecada0495 SHA512 56a4e1da5cc855549e59adcbe25dfc175c7c2bd989f0b984182e2c7d35d5fa19829b38cbbd64104f22dfe06b4460f20ad66e922a553061cabde3d73473cdf33a +DIST ppx_variants_conv-0.17.0.tar.gz 12377 BLAKE2B 15fb5b071aa785682433100cd225a840f708411d4cbb63ffc4fa6541b9f6cf5804b03aa9e9c6c106a0cfe2e69da7d805c316d9ea88fdd1a2336d50dc48cca70c SHA512 5b0e414b10e1911048090ddf208e9eaecb1fadb0b2665c0cd69883d260f2fb4f3d0ccebd051c4f2caadf4c4c18dcb46d4880560acbe297c4fff65c582c756d3c diff --git a/dev-ml/ppx_variants_conv/ppx_variants_conv-0.17.0.ebuild b/dev-ml/ppx_variants_conv/ppx_variants_conv-0.17.0.ebuild new file mode 100644 index 000000000000..4ae3c4f64e2c --- /dev/null +++ b/dev-ml/ppx_variants_conv/ppx_variants_conv-0.17.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Generation of accessor and iteration functions for ocaml variant types" +HOMEPAGE="https://github.com/janestreet/ppx_variants_conv" +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 ~arm64 ~ppc ~ppc64" +IUSE="+ocamlopt" + +RDEPEND=" + >=dev-lang/ocaml-5 + dev-ml/base:${SLOT}[ocamlopt?] + dev-ml/variantslib:${SLOT}[ocamlopt?] + >=dev-ml/ppxlib-0.32.1:=[ocamlopt?] +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-ml/dune-3.11" diff --git a/profiles/package.mask b/profiles/package.mask index a610de6e71e2..09f0c8b33734 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -210,6 +210,7 @@ dev-ml/ppx_expect:0/0.17 dev-ml/parsexp:0/0.17 dev-ml/sexplib:0/0.17 dev-ml/variantslib:0/0.17 +dev-ml/ppx_variants_conv:0/0.17 # Arthur Zamarin <[email protected]> (2024-06-08) # EAPI=6, waiting for a version bump, not maintained for many years.
