diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-06-13 22:29:49 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-06-13 22:35:02 +0200 |
commit | 560a4c9d8ab544930347f897a78c511b40f9ad39 (patch) | |
tree | 0ad3818dfa9426760828f8628e54956bd6c2b62a /dev-ml/variantslib | |
parent | dev-ml/sexplib: add 0.17.0 (diff) | |
download | gentoo-560a4c9d8ab544930347f897a78c511b40f9ad39.tar.gz gentoo-560a4c9d8ab544930347f897a78c511b40f9ad39.tar.bz2 gentoo-560a4c9d8ab544930347f897a78c511b40f9ad39.zip |
dev-ml/variantslib: add 0.17.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/variantslib')
-rw-r--r-- | dev-ml/variantslib/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/variantslib/variantslib-0.17.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-ml/variantslib/Manifest b/dev-ml/variantslib/Manifest index 8de5f8f878e3..521cbc39c6a0 100644 --- a/dev-ml/variantslib/Manifest +++ b/dev-ml/variantslib/Manifest @@ -1,3 +1,4 @@ DIST variantslib-0.14.0.tar.gz 2951 BLAKE2B a3197f7e06d4340ae73d76d477fd1e0ce038b4829aa3a9d0e0ea3e5251f9ca7c43798005138993a16c860ebf4d08a7e54621359c2a030f3866b62a02de4c326f SHA512 0cb18475668eb8e6091f8a779587f0d643dd0325b0f8518e53469dd12769a3ed6fa4f9c2651a21f8b07992d7b29f6664c4d3bf49f46ed6d7002de07b5014e4f3 DIST variantslib-0.15.0.tar.gz 2948 BLAKE2B a85fea8d994a8488b1aa6a64826bacc4b2d38987664f33d78e27e46a308376092d9af2b931782dba222d12a8f17edd99287faa903a1e0865acf5093613c175bf SHA512 cf52e19fb16f2021e06ce92799275717401f4959f89f0219c62df1386c036cbaaa1213eed1b80f9e4147681e613bffc5ca8d50987ca45aac791fe3c723e3d692 DIST variantslib-0.16.0.tar.gz 2982 BLAKE2B 201c96a87391930292df170e7fc6d6e113e8cb652e20acc341dad4a3608849ec60827497905efdbfa8cd86d783681236ddbc3ef73e67d019a244c13802073af4 SHA512 c20cedbf6599b66028d77a5ce0d54a8fa1d2b8302344a434f9714ebd4714b159df143966bc480852e8ac54b44bd59f66646ba614419ea7cffa6710228e7a6fd6 +DIST variantslib-0.17.0.tar.gz 3014 BLAKE2B 33bd75495e23aa0d1f07a35e4a5de37e9485c3ceb00196e3884d7e93baca1588198f8f886ee5407632ccafda1aaa1ed1def05422a58cb6e66e7a31b0518a164d SHA512 16a73b8d497f0143d28a2bd4ec435e8c0ac16e7cdfe738c394430aeba3d3a0f01ce46bc9e899686bbff98124000dcf4e410aee65f112005e3048e8303dda5b65 diff --git a/dev-ml/variantslib/variantslib-0.17.0.ebuild b/dev-ml/variantslib/variantslib-0.17.0.ebuild new file mode 100644 index 000000000000..0c04025746a0 --- /dev/null +++ b/dev-ml/variantslib/variantslib-0.17.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="OCaml variants as first class values" +HOMEPAGE="https://github.com/janestreet/variantslib" +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?] +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-ml/dune-3.11" |