dev-ml/iter - 1.9 (guru)

Search

Install

Install this version:

emerge -a =dev-ml/iter-1.9

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ml/iter-1.9

Or alternatively:

emerge --autounmask-write -a =dev-ml/iter-1.9

Package Information

Description:
Simple iterator abstract datatype
Homepage:
https://c-cube.github.io/iter
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.9 8 ~amd64 0/1.9
View Raw Ebuild
# 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}"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ml/iter | euse -E <flag> -p dev-ml/iter | euse -D <flag> -p dev-ml/iter

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	>=dev-ml/dune-2.0
	>=dev-lang/ocaml-4.08:=[ocamlopt?]

RDEPEND

	>=dev-ml/dune-2.0
	>=dev-lang/ocaml-4.08:=[ocamlopt?]

Manifest for 1.9

Type File Size Source URLs
DIST iter-1.9.gh.tar.gz 35619 bytes https://github.com/c-cube/iter/archive/v1.9.tar.gz