summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-09 10:15:50 +0000
committerSam James <sam@gentoo.org>2021-02-09 10:19:07 +0000
commitff101b42980416c2fdee330c105cabb745bc9a42 (patch)
tree20d016a13add2f2b43b88da9bc28429e62024955 /dev-ml/seq/seq-0.2.ebuild
parentx11-base/xorg-server: Revbump for nvidia-drivers[-libglvnd(+)] blocker (diff)
downloadgentoo-ff101b42980416c2fdee330c105cabb745bc9a42.tar.gz
gentoo-ff101b42980416c2fdee330c105cabb745bc9a42.tar.bz2
gentoo-ff101b42980416c2fdee330c105cabb745bc9a42.zip
dev-ml/seq: bump to 0.2
This doesn't rely on opam so will break a circular dep: (dev-ml/seq-1:0/1::gentoo, scheduled) depends on (dev-ml/opam-installer-2.0.7-r1:0/2.0.7::gentoo, scheduled) (buildtime) (dev-ml/opam-format-2.0.7-r1:0/2.0.7::gentoo, scheduled) (buildtime) (dev-ml/re-1.9.0:0/1.9.0::gentoo, scheduled) (buildtime_slot_op) (dev-ml/seq-1:0/1::gentoo, scheduled) (buildtime_slot_op) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/seq/seq-0.2.ebuild')
-rw-r--r--dev-ml/seq/seq-0.2.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ml/seq/seq-0.2.ebuild b/dev-ml/seq/seq-0.2.ebuild
new file mode 100644
index 000000000000..e08f09ca1c3f
--- /dev/null
+++ b/dev-ml/seq/seq-0.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"