summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-stdint/ocaml-stdint-0.7.2-r1.ebuild
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-06-01 23:49:40 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-06-01 23:49:40 +0200
commit6c212579b5435f453e19dc1729051846dc7459d7 (patch)
treeef5ac32379bc257d9b084276e450f40fdcb1d5b0 /dev-ml/ocaml-stdint/ocaml-stdint-0.7.2-r1.ebuild
parent0c071bc20a5492a948a3f1a58ff15f60a737c5c4 (diff)
downloadgentoo-6c212579b5435f453e19dc1729051846dc7459d7.tar.gz
gentoo-6c212579b5435f453e19dc1729051846dc7459d7.tar.bz2
gentoo-6c212579b5435f453e19dc1729051846dc7459d7.zip
dev-ml/ocaml-stdint: req dune-3
Closes: https://bugs.gentoo.org/922921 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-stdint/ocaml-stdint-0.7.2-r1.ebuild')
-rw-r--r--dev-ml/ocaml-stdint/ocaml-stdint-0.7.2-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ml/ocaml-stdint/ocaml-stdint-0.7.2-r1.ebuild b/dev-ml/ocaml-stdint/ocaml-stdint-0.7.2-r1.ebuild
new file mode 100644
index 000000000000..ef16ff625fd4
--- /dev/null
+++ b/dev-ml/ocaml-stdint/ocaml-stdint-0.7.2-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DUNE_PKG_NAME="stdint"
+
+inherit dune
+
+DESCRIPTION="Signed and unsigned integer types having specified widths"
+HOMEPAGE="https://github.com/andrenth/ocaml-stdint"
+SRC_URI="https://github.com/andrenth/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+RESTRICT="test" # some tests fails
+BDEPEND=">=dev-ml/dune-3"