dev-ml/ocaml-version: add 3.6.9

Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
Hiroki Tokunaga
2024-10-08 23:00:17 +09:00
parent cd4e8be5ea
commit 2fe6db7c72
2 changed files with 26 additions and 0 deletions

View File

@@ -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

View File

@@ -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:=
)
"