aboutsummaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-08 01:13:31 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-08 03:58:07 +0200
commit7aa504194a60d92268c95df4d9ad8a5a6095aad5 (patch)
treecced32abd0ebc6c987a68e765c1a732785d846c5 /dev-ml
parentdev-ml/cstruct: add 6.1.0 (diff)
downloadguru-7aa504194a60d92268c95df4d9ad8a5a6095aad5.tar.gz
guru-7aa504194a60d92268c95df4d9ad8a5a6095aad5.tar.bz2
guru-7aa504194a60d92268c95df4d9ad8a5a6095aad5.zip
dev-ml/hex: add 1.5.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/hex/Manifest1
-rw-r--r--dev-ml/hex/hex-1.5.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-ml/hex/Manifest b/dev-ml/hex/Manifest
index 1404909a9..ca4c4ed50 100644
--- a/dev-ml/hex/Manifest
+++ b/dev-ml/hex/Manifest
@@ -1 +1,2 @@
+DIST hex-1.5.0.tbz 6915 BLAKE2B 17214c5b9c43fa3783c4d14d49cf5c78e771fed8fc6c815131996aa5f0fd2706af551418b3109c280440151542e8a128ae9a3ef3b29903af645035382df578b0 SHA512 baa09b47a90f0a54ad2becfb272f0674219e4fc0c03559deff26aaf13ccd59258b31bf98e56c44a5a8fa03437e3eba2bf5f0cd76e52d184d26cfb1170c490462
DIST hex-v1.4.0.tbz 6546 BLAKE2B 9c8302af46b464e25b3c50e747e8493a80ef39eb7be8f9d94a5b3f761b90191ede63a942dec8b510fe0e954377e3018f7229f43280ed7f1a66c52b074dae646c SHA512 51fe702a5ffdb53380c4528c28f84d814a3c2c4cdfc1cc097348816fc66f27a0c871a2600549a2b6c7f1dff760386f7687de3a111343e526eb9bd86f92ef1814
diff --git a/dev-ml/hex/hex-1.5.0.ebuild b/dev-ml/hex/hex-1.5.0.ebuild
new file mode 100644
index 000000000..dc5688745
--- /dev/null
+++ b/dev-ml/hex/hex-1.5.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Hexadecimal converter"
+HOMEPAGE="https://github.com/mirage/ocaml-hex"
+SRC_URI="https://github.com/mirage/ocaml-${PN}/releases/download/v${PV}/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+ >=dev-lang/ocaml-4.08.0[ocamlopt?]
+ >=dev-ml/cstruct-1.7.0
+"
+RDEPEND="${DEPEND}"