dev-ml/base - 0.9.4 (superposition)

Search

Package Information

Description:
Standard library for OCaml
Homepage:
https://github.com/janestreet/base
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.9.4 7 ~amd64 ~x86 0/0.9.4
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Standard library for OCaml"
HOMEPAGE="https://github.com/janestreet/base"
SRC_URI="https://github.com/janestreet/base/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
	dev-lang/ocaml:=
	dev-ml/sexplib:=
	<dev-ml/sexplib-100
"
DEPEND="${RDEPEND} dev-ml/opam
	~dev-ml/dune-1.11.4"

src_test() {
	jbuilder runtest || die
}

src_install() {
	opam-installer -i \
		--prefix="${ED}/usr" \
		--libdir="${D}/$(ocamlc -where)" \
		--docdir="${ED}/usr/share/doc/${PF}" \
		${PN}.install || die
	dodoc ROADMAP.md README.org
}

Dependencies

DEPEND

	dev-lang/ocaml:=
	dev-ml/sexplib:=
	<dev-ml/sexplib-100
 dev-ml/opam
	~dev-ml/dune-1.11.4

RDEPEND

	dev-lang/ocaml:=
	dev-ml/sexplib:=
	<dev-ml/sexplib-100

Manifest for 0.9.4

Type File Size Source URLs
DIST base-0.9.4.tar.gz 286689 bytes https://github.com/janestreet/base/archive/v0.9.4.tar.gz