dev-ml/batteries - 3.9.0 (gentoo)

Search

Package Information

Description:
A community-maintained standard library extension
Homepage:
https://github.com/ocaml-batteries-team/batteries-included/
License:
LGPL-2.1-with-linking-exception

Ebuild Details

Version EAPI Keywords Slot
3.9.0 8 ~amd64 ~x86 0/3.9.0
View Raw Ebuild
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dune

DESCRIPTION="A community-maintained standard library extension"
HOMEPAGE="https://github.com/ocaml-batteries-team/batteries-included/"
SRC_URI="https://github.com/ocaml-batteries-team/batteries-included/archive/v${PV}.tar.gz
	-> ${P}.tar.gz"
S="${WORKDIR}"/batteries-included-${PV}

LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"
RESTRICT="test"

RDEPEND="
	dev-ml/camlp-streams:=[ocamlopt?]
	dev-ml/num:=[ocamlopt?]
"
DEPEND="${RDEPEND}"

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

	dev-ml/camlp-streams:=[ocamlopt?]
	dev-ml/num:=[ocamlopt?]

RDEPEND

	dev-ml/camlp-streams:=[ocamlopt?]
	dev-ml/num:=[ocamlopt?]

Manifest for 3.9.0

Type File Size Source URLs
DIST batteries-3.9.0.tar.gz 795015 bytes https://github.com/ocaml-batteries-team/batteries-included/archive/v3.9.0.tar.gz