summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-07-23 01:27:21 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-07-23 02:03:19 +0200
commit8542002a7c59b1cb7a4ca78c014a2b80310f1ba9 (patch)
treed2273a2747c2a5d359fa441d8f471f6d426e6357 /dev-ml/seq/seq-0.3.ebuild
parentdev-ml/merlin: bump to 4.6 (diff)
downloadgentoo-8542002a7c59b1cb7a4ca78c014a2b80310f1ba9.tar.gz
gentoo-8542002a7c59b1cb7a4ca78c014a2b80310f1ba9.tar.bz2
gentoo-8542002a7c59b1cb7a4ca78c014a2b80310f1ba9.zip
dev-ml/seq: bump to 0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/seq/seq-0.3.ebuild')
-rw-r--r--dev-ml/seq/seq-0.3.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ml/seq/seq-0.3.ebuild b/dev-ml/seq/seq-0.3.ebuild
new file mode 100644
index 000000000000..7f7482efb9b0
--- /dev/null
+++ b/dev-ml/seq/seq-0.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Compatibility package for the standard OCaml iterator type"
+HOMEPAGE="https://github.com/c-cube/seq"
+SRC_URI="https://github.com/c-cube/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"