diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-20 23:52:09 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-20 23:56:59 +0200 |
commit | 1857a3b9a02069e56a39f933856854884fe4fc77 (patch) | |
tree | d985d3c51a075b519e6cebd3024af9829aad68fa /dev-ml | |
parent | dev-ml/xenctrl: treeclean (diff) | |
download | guru-1857a3b9a02069e56a39f933856854884fe4fc77.tar.gz guru-1857a3b9a02069e56a39f933856854884fe4fc77.tar.bz2 guru-1857a3b9a02069e56a39f933856854884fe4fc77.zip |
dev-ml/async_find: add 0.14.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/async_find/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/async_find/async_find-0.14.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-ml/async_find/Manifest b/dev-ml/async_find/Manifest index 371a96284..91733fa5b 100644 --- a/dev-ml/async_find/Manifest +++ b/dev-ml/async_find/Manifest @@ -1 +1,2 @@ +DIST async_find-0.14.0.tar.gz 5824 BLAKE2B 0cb00561205fc2a6339bb9e6eacefeff784aef8811469f9ddb2c0916eaf4fe4b25e8433efe4519a84db592d010ca8ec312e6c499cd38b3341b25ff31c3ad4c10 SHA512 46a4127bc47dc5f2e547aa26440f5c6b0f04c625a93485b91748e95aeb1eb2a0046eaea79366f556f6135abb6e16c6373d54ff8453526fa9aa6886363468de8c DIST async_find-0.15.0.tar.gz 5785 BLAKE2B 4186658bb411fe16e27da64aeefa7cfe00c73572241663de82142484da2b88d673097b1248a3eeaf783d5d0550f6bb50a3cf9ee62f4746ea63484e55fb0e028b SHA512 37d46686fd7e4809b859474a10600fb9926d9d573fcdcac1a1f62b3a5eda6503d2d0af400e5fafa3b1698710e2be6b7a0cbba4e988307f36c104eb2aff1e091e diff --git a/dev-ml/async_find/async_find-0.14.0.ebuild b/dev-ml/async_find/async_find-0.14.0.ebuild new file mode 100644 index 000000000..ff4acb9fd --- /dev/null +++ b/dev-ml/async_find/async_find-0.14.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Directory traversal with Async" +HOMEPAGE=" + https://github.com/janestreet/async_find + https://opam.ocaml.org/packages/async_find/ +" +SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="ocamlopt" + +DEPEND=" + >=dev-lang/ocaml-4.08.0:=[ocamlopt?] + =dev-ml/async-0.14* + =dev-ml/core-0.14* + =dev-ml/ppx_jane-0.14* +" +RDEPEND="${DEPEND}" |