dev-ml/ocaml-containers - 3.18 (guru)

Search

Install

Install this version:

emerge -a =dev-ml/ocaml-containers-3.18

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

autounmask =dev-ml/ocaml-containers-3.18

Or alternatively:

emerge --autounmask-write -a =dev-ml/ocaml-containers-3.18

Package Information

Description:
Modular, clean and powerful extension of the OCaml standard library
Homepage:
https://github.com/c-cube/ocaml-containers
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
3.18 8 ~amd64 0/3.18
View Raw Ebuild
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DUNE_PKG_NAME="containers"
inherit dune

DESCRIPTION="Modular, clean and powerful extension of the OCaml standard library"
HOMEPAGE="https://github.com/c-cube/ocaml-containers"
SRC_URI="https://github.com/c-cube/${PN}/releases/download/v${PV}/containers-${PV}.tbz -> ${P}.gh.tbz"
S="${WORKDIR}/${DUNE_PKG_NAME}-${PV}"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"

RESTRICT="!test? ( test )"

RDEPEND="
	dev-ml/seq:=[ocamlopt?]
	dev-ml/either:=[ocamlopt?]
	dev-ml/dune-configurator:=[ocamlopt?]
"
DEPEND="
	${RDEPEND}
	test? (
		>=dev-ml/qcheck-0.91:=[ocamlopt?]
		dev-ml/yojson:=[ocamlopt?]
		dev-ml/iter:=[ocamlopt?]
		dev-ml/gen:=[ocamlopt?]
		dev-ml/csexp:=[ocamlopt?]
		dev-ml/uutf:=[ocamlopt?]
		dev-ml/mdx:=[ocamlopt?]
	)
"

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	
	dev-ml/seq:=[ocamlopt?]
	dev-ml/either:=[ocamlopt?]
	dev-ml/dune-configurator:=[ocamlopt?]

	test? (
		>=dev-ml/qcheck-0.91:=[ocamlopt?]
		dev-ml/yojson:=[ocamlopt?]
		dev-ml/iter:=[ocamlopt?]
		dev-ml/gen:=[ocamlopt?]
		dev-ml/csexp:=[ocamlopt?]
		dev-ml/uutf:=[ocamlopt?]
		dev-ml/mdx:=[ocamlopt?]
	)

RDEPEND

	dev-ml/seq:=[ocamlopt?]
	dev-ml/either:=[ocamlopt?]
	dev-ml/dune-configurator:=[ocamlopt?]

Manifest for 3.18

Type File Size Source URLs
DIST ocaml-containers-3.18.gh.tbz 363939 bytes https://github.com/c-cube/ocaml-containers/releases/download/v3.18/containers-3.18.tbz