diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-02 03:04:46 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-02 03:04:46 -0500 |
| commit | 964d39efcc2b2e0270dd6ab8341eb85bb5275852 (patch) | |
| tree | d9c187d35f14c1f5bc6ca70898cae4706daee5b7 /dev-ml/alcotest | |
| parent | 6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17 (diff) | |
| download | baldeagleos-repo-964d39efcc2b2e0270dd6ab8341eb85bb5275852.tar.gz baldeagleos-repo-964d39efcc2b2e0270dd6ab8341eb85bb5275852.tar.xz baldeagleos-repo-964d39efcc2b2e0270dd6ab8341eb85bb5275852.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/alcotest')
| -rw-r--r-- | dev-ml/alcotest/Manifest | 1 | ||||
| -rw-r--r-- | dev-ml/alcotest/alcotest-1.9.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-ml/alcotest/alcotest-1.9.1.ebuild | 38 |
3 files changed, 41 insertions, 2 deletions
diff --git a/dev-ml/alcotest/Manifest b/dev-ml/alcotest/Manifest index 9fcbc784c5f6..e335fc8571a5 100644 --- a/dev-ml/alcotest/Manifest +++ b/dev-ml/alcotest/Manifest @@ -1,3 +1,4 @@ DIST alcotest-1.7.0.tar.gz 293433 BLAKE2B 83a9b1bb3a6d9ec09de739e77a6e1085bbca328f5be39f6ab28931a7bc16d223d571917f924598ddcc399910f986df95eb72ae61f28512221d9de6174ffe3988 SHA512 6e29cc39109f5d83a175578f48ff1b48fdf13913b7cdd332823a660c681ab0cd5dec41b10322226102b023d7c74620decf964458926abed56ae835e4e565014e DIST alcotest-1.8.0.tar.gz 296522 BLAKE2B 63ad6a8349a1ed0b0a61db7b816b30a020bda23374a5672543b758a227079d7129b2b3bd3e40cc8b71bb753c366116d0e9f7aea57011986099f1c129fcda7a55 SHA512 bcbb43d8f67e5250823f4cf92db81bef6ee71a399f9c12c4c1e343d043b885da8571593a59c07ae140a0222f8a5a66eef328206c0636e349e628520831be62db DIST alcotest-1.9.0.tar.gz 297579 BLAKE2B f56a69198bd2e3dcb5970744cfec1d83b8981a0ed12584ed1849aca1c5c9488038fb3fb3b1b60c9160a54220f88d66b3929a92577942ccaf98356ba98216baa3 SHA512 98a956db0924c8d2b4ac89fc7b5478b36c155a2ab3e2927d1131adb1ecd62c64ac07ba42d02f7972d94a3ac70942f0031cf9f998693f8920f8673cf8cdafb349 +DIST alcotest-1.9.1.tar.gz 297323 BLAKE2B 03aba14619ce68899843d97b6dff7295529ccaa648a45373ac4e990bfeb1a356072ebf86241324c83450c0e2b725265b3a64b8a8c90db40570fff82389364dcf SHA512 c0319784f76a27342a596540a1c8c19cb39a4a83831e79a890e94abe9d8ac1f1b9d9d7100824a494465ec904254902bc8a0eab14fe64b86188ec3948bc3f98dd diff --git a/dev-ml/alcotest/alcotest-1.9.0.ebuild b/dev-ml/alcotest/alcotest-1.9.0.ebuild index 18a4a80dd43d..bc63f7e1b6cc 100644 --- a/dev-ml/alcotest/alcotest-1.9.0.ebuild +++ b/dev-ml/alcotest/alcotest-1.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86" IUSE="+ocamlopt" RDEPEND=" diff --git a/dev-ml/alcotest/alcotest-1.9.1.ebuild b/dev-ml/alcotest/alcotest-1.9.1.ebuild new file mode 100644 index 000000000000..32f9d49429f5 --- /dev/null +++ b/dev-ml/alcotest/alcotest-1.9.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="A lightweight and colourful test framework" +HOMEPAGE="https://github.com/mirage/alcotest/" +SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/astring:= + dev-ml/async:=[ocamlopt?] + dev-ml/async_kernel:=[ocamlopt?] + >=dev-ml/async_unix-0.15.0:=[ocamlopt?] + dev-ml/base:=[ocamlopt?] + >=dev-ml/cmdliner-1.2:=[ocamlopt?] + >=dev-ml/core-0.15.0:=[ocamlopt?] + >=dev-ml/core_unix-0.15.0:=[ocamlopt?] + dev-ml/duration:=[ocamlopt?] + dev-ml/fmt:=[ocamlopt?] + dev-ml/lwt:=[ocamlopt?] + dev-ml/mirage-clock:=[ocamlopt?] + dev-ml/re:=[ocamlopt?] + dev-ml/result:=[ocamlopt?] + dev-ml/stdlib-shims:=[ocamlopt?] + dev-ml/logs:=[ocamlopt?] + dev-ml/uutf:=[ocamlopt?] + dev-ml/uuidm:=[ocamlopt?] +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-ml/dune-3.0" |
