mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-ml/iter: new package, add 1.9
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
22
dev-ml/iter/iter-1.9.ebuild
Normal file
22
dev-ml/iter/iter-1.9.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Simple iterator abstract datatype"
|
||||
HOMEPAGE="https://c-cube.github.io/iter"
|
||||
SRC_URI="https://github.com/c-cube/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+ocamlopt"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-ml/dune-2.0
|
||||
>=dev-lang/ocaml-4.08:=[ocamlopt?]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user