diff options
author | Hiroki Tokunaga <tokusan441@gmail.com> | 2024-10-08 23:00:17 +0900 |
---|---|---|
committer | Hiroki Tokunaga <tokusan441@gmail.com> | 2024-10-08 23:00:17 +0900 |
commit | 2fe6db7c72d60345ee3b5a9cc0a8edbb0935a49c (patch) | |
tree | 78cbb5c98affe4b3439e76d318d16eb60a57ca09 /dev-ml/ocaml-version | |
parent | gui-apps/nwg-drawer: add 0.5.1 (diff) | |
download | guru-2fe6db7c72d60345ee3b5a9cc0a8edbb0935a49c.tar.gz guru-2fe6db7c72d60345ee3b5a9cc0a8edbb0935a49c.tar.bz2 guru-2fe6db7c72d60345ee3b5a9cc0a8edbb0935a49c.zip |
dev-ml/ocaml-version: add 3.6.9
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
Diffstat (limited to 'dev-ml/ocaml-version')
-rw-r--r-- | dev-ml/ocaml-version/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-version/ocaml-version-3.6.9.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-ml/ocaml-version/Manifest b/dev-ml/ocaml-version/Manifest index fa5b12fb1..5c370bfdc 100644 --- a/dev-ml/ocaml-version/Manifest +++ b/dev-ml/ocaml-version/Manifest @@ -1,2 +1,3 @@ DIST ocaml-version-3.6.7.tar.gz 14315 BLAKE2B 6b6599ad17bbf3f023e809ae522db44d32632c6bcc9e09fcb7515bb9219658b36eb6cc1d9da4beff9d1843b1333642b207331c7c98ac07d81279b73e07a3c726 SHA512 879e0eac5ea672b98dc9ba7f236fc048ed829271fe5d95909f23b64e180d64d407684de83684fc0f07373a25feda3ae679daf005f72421a3f1173aa097be8c03 DIST ocaml-version-3.6.8.tar.gz 14336 BLAKE2B a998ac03638307ef12f8ea919046b75c1f291ef87e5a4a67b9951b4cfa9b1c85d80e79aab06e414d17ba066cfa514a03121a113596111d0c3734796f7d0f0dc9 SHA512 ed372b014bdbee560729ca14c505cc9c3ce2075e36858bd690f028189be1a8fa5fa86a981fe698c8f3521100a63bb057992a9455d83552250a5466b6b41c1104 +DIST ocaml-version-3.6.9.tar.gz 14370 BLAKE2B 67ab3044184a5706248f4b0250a3d537a71becc16cc2b247abfd5020936acc4fc0b0dfcbcec43ef5ca5b5ef963be9defb10e63d6b90fb41c20dd371483a84e04 SHA512 932daf8941f69f3457b0b821e633ab74b81dc9a262fdba2ae45b827fc410ca48d021a80321939945f7aff002865bf9ca0704fa7d81418c3da65b0b76a861a13a diff --git a/dev-ml/ocaml-version/ocaml-version-3.6.9.ebuild b/dev-ml/ocaml-version/ocaml-version-3.6.9.ebuild new file mode 100644 index 000000000..26ec14736 --- /dev/null +++ b/dev-ml/ocaml-version/ocaml-version-3.6.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Library to parse and enumerate releases of the OCaml compiler" +HOMEPAGE="https://github.com/ocurrent/ocaml-version" +SRC_URI="https://github.com/ocurrent/ocaml-version/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" + +SLOT="0/${PV}" + +KEYWORDS="~amd64" +IUSE="ocamlopt test" + +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + dev-ml/alcotest:= + ) +" |