mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -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:
1
dev-ml/iter/Manifest
Normal file
1
dev-ml/iter/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST iter-1.9.gh.tar.gz 35619 BLAKE2B 09704c0d4ae48e65d25522a02a96fdad1bc47b6567675163964244de7cc19560b401d7e5497b69354ea188331281a0d5b7690829776592623293e3203ae02085 SHA512 f985e0c9f03c1759def9e36bce7ce2ad088c0941fcbc1c4a89482142dec4559c27358e12afd7a7d879247fda92c3d4df5f789594b8120ded86746dbc8084f0df
|
||||
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}"
|
||||
11
dev-ml/iter/metadata.xml
Normal file
11
dev-ml/iter/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>t@laumann.xyz</email>
|
||||
<name>Thomas Bracht Laumann Jespersen</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">c-cube/iter</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user