dev-ml/cmdliner - 2.0.0 (gentoo)

Search

Package Information

Description:
Declarative definition of command line interfaces for OCaml
Homepage:
http://erratique.ch/software/cmdliner
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
2.0.0 8 ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 0/2.0.0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit findlib

DESCRIPTION="Declarative definition of command line interfaces for OCaml"
HOMEPAGE="http://erratique.ch/software/cmdliner"
SRC_URI="http://erratique.ch/software/${PN}/releases/${P}.tbz"

LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt"

RDEPEND="
	dev-ml/result:=
	dev-ml/findlib:=
"
DEPEND="${RDEPEND}
	dev-ml/topkg
	dev-ml/ocamlbuild"

src_compile() {
	emake build-byte
	if use ocamlopt ; then
		emake build-native-dynlink
		emake build-native
	fi
}

src_install() {
	# Can't use opam-installer here as it is an opam dep...
	findlib_src_preinst
	local nativelibs=""
	use ocamlopt && nativelibs="$(echo _build/src/cmdliner.cm{x,xa,xs} _build/src/cmdliner.a)"
	ocamlfind install cmdliner pkg/META \
		_build/src/cmdliner.mli _build/src/cmdliner.cm{a,i} ${nativelibs} || die
	dodoc README.md CHANGES.md
}

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

	dev-ml/result:=
	dev-ml/findlib:=

	dev-ml/topkg
	dev-ml/ocamlbuild

RDEPEND

	dev-ml/result:=
	dev-ml/findlib:=

Manifest for 2.0.0

Type File Size Source URLs
DIST cmdliner-2.0.0.tbz 93833 bytes http://erratique.ch/software/cmdliner/releases/cmdliner-2.0.0.tbz