diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-07-19 02:34:01 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-07-19 02:38:04 +0200 |
commit | 7b3e76810a79d08d3a3232ddded2b5be4881d75d (patch) | |
tree | a7c04bb60623a2c58413085af7d253c3fc58b55d /dev-ml/integers/integers-0.7.0.ebuild | |
parent | dev-ml/re: bump to 1.10.4 (diff) | |
download | gentoo-7b3e76810a79d08d3a3232ddded2b5be4881d75d.tar.gz gentoo-7b3e76810a79d08d3a3232ddded2b5be4881d75d.tar.bz2 gentoo-7b3e76810a79d08d3a3232ddded2b5be4881d75d.zip |
dev-ml/integers: bump to 0.7.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/integers/integers-0.7.0.ebuild')
-rw-r--r-- | dev-ml/integers/integers-0.7.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ml/integers/integers-0.7.0.ebuild b/dev-ml/integers/integers-0.7.0.ebuild new file mode 100644 index 000000000000..03524e4bb5de --- /dev/null +++ b/dev-ml/integers/integers-0.7.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" +S="${WORKDIR}"/ocaml-${P} + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +RDEPEND="dev-ml/stdlib-shims:=" +DEPEND="${RDEPEND}" |