commit:     63159bbae8bd16c299db3a7aad83f40b23341d68
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 23 20:49:29 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Sep 23 20:49:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63159bba

dev-ml/ocaml-base64: add 3.5.2

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocaml-base64/Manifest                  |  1 +
 dev-ml/ocaml-base64/ocaml-base64-3.5.2.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ml/ocaml-base64/Manifest b/dev-ml/ocaml-base64/Manifest
index b5ab5e651d2a..32d5faed1638 100644
--- a/dev-ml/ocaml-base64/Manifest
+++ b/dev-ml/ocaml-base64/Manifest
@@ -1,2 +1,3 @@
 DIST ocaml-base64-3.5.0.tar.gz 18888 BLAKE2B 
e35d6331f163a066169455ea3dac304cedd7ca47fac0a2cbda26b8bd9620b4e49e144d5a06a8a2c6085501e531b2be98f6b24002880d83d6d57025ee055e0887
 SHA512 
a3886701943a9b165a74e45f66c3d8279b381927774217f5e042494811bc17a08f8933292335d4b76f01c6b1d3c496b4cfca650faa5848ddbf6150ac87386038
 DIST ocaml-base64-3.5.1.tar.gz 18986 BLAKE2B 
797ace8ad35099dd56871564862804a492551b580f46d561abce8a18812296e3f3629f1845007660c388291cf3d420144dfdce556ccf5c50e0b169efd680d586
 SHA512 
d1d4e2403cf4f58bfe87150c7cc444a431f0ac53ee9fc85a4d64983e2d85f99e0bd35b9267231b1a40eaf5e4312797460dd1f6dcfc38e3b391e3dfe746878125
+DIST ocaml-base64-3.5.2.tar.gz 18911 BLAKE2B 
e6fe883538c12e2b848f6518eb75d316c1c09535df5ebe4b7838eb191dfc62625ccb5badbae3005a5ad18732306f182160b4811396305e132df892fc43d92346
 SHA512 
123d9f75e44ac07199d47e282c9d50dbc695ea88f9957820abfe39cbbab893699347ae75a71429dd468332a6c3a173937c43744d5212e1785e720c1820b954ec

diff --git a/dev-ml/ocaml-base64/ocaml-base64-3.5.2.ebuild 
b/dev-ml/ocaml-base64/ocaml-base64-3.5.2.ebuild
new file mode 100644
index 000000000000..9f405725c24f
--- /dev/null
+++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DUNE_PKG_NAME="base64"
+inherit dune
+
+DESCRIPTION="Library for radix-64 representation (de)coding"
+HOMEPAGE="https://github.com/mirage/ocaml-base64";
+SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-ml/rresult dev-ml/bos dev-ml/alcotest )"

Reply via email to