Install this version:
emerge -a =dev-ml/extlib-1.7.9
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.7.9 | 8 | amd64 arm arm64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos | 0/1.7.9 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit findlib vcs-clean
DESCRIPTION="Standard library extensions for O'Caml"
HOMEPAGE="https://github.com/ygrek/ocaml-extlib/"
SRC_URI="https://github.com/ygrek/ocaml-extlib/archive/${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/ocaml-${P}
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="doc +ocamlopt"
# See bug #704146
BDEPEND=">=dev-ml/cppo-1.6.6"
RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
DEPEND="${RDEPEND}"
src_prepare() {
default
egit_clean
}
src_compile() {
cd "${S}"/src || die
emake minimal=1 -j1 all
use ocamlopt && emake opt cmxs
use doc && emake doc
}
src_test() {
emake -j1 test
}
src_install() {
findlib_src_install
dodoc README.md
use doc && dodoc -r src/doc/
}
Manage flags for this package:
euse -i <flag> -p dev-ml/extlib |
euse -E <flag> -p dev-ml/extlib |
euse -D <flag> -p dev-ml/extlib
dev-lang/ocaml:=[ocamlopt?]
dev-lang/ocaml:=[ocamlopt?]
>=dev-ml/cppo-1.6.6
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | extlib-1.7.9.tar.gz | 91092 bytes | https://github.com/ygrek/ocaml-extlib/archive/1.7.9.tar.gz |