summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-13 16:28:20 +1100
committerMark Wright <gienah@gentoo.org>2020-10-13 23:53:26 +1100
commitf0b486d18a3724dbec5b5d9521eec2c7600ffac6 (patch)
treee3521351238a68eb2d774f084b2315a2a4fac664 /dev-ml/integers/integers-0.4.0.ebuild
parentdev-ml/findlib: EAPI=7 (diff)
downloadgentoo-f0b486d18a3724dbec5b5d9521eec2c7600ffac6.tar.gz
gentoo-f0b486d18a3724dbec5b5d9521eec2c7600ffac6.tar.bz2
gentoo-f0b486d18a3724dbec5b5d9521eec2c7600ffac6.zip
dev-ml/integers: Bump to 0.4.0
Co-Author: Alexis Ballier <aballier@gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/integers/integers-0.4.0.ebuild')
-rw-r--r--dev-ml/integers/integers-0.4.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ml/integers/integers-0.4.0.ebuild b/dev-ml/integers/integers-0.4.0.ebuild
new file mode 100644
index 000000000000..f5d613d94d85
--- /dev/null
+++ b/dev-ml/integers/integers-0.4.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Various signed and unsigned integer types for OCaml"
+HOMEPAGE="https://github.com/ocamllabs/ocaml-integers"
+SRC_URI="https://github.com/ocamllabs/ocaml-integers/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="+ocamlopt"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+S="${WORKDIR}/ocaml-${P}"