dev-ml/ocaml-expat - 1.3.0 (gentoo)

Search

Package Information

Description:
OCaml bindings for expat
Homepage:
https://github.com/whitequark/ocaml-expat
License:
MIT

Ebuild Details

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

EAPI=8

inherit findlib

IUSE="doc +ocamlopt test"
RESTRICT="!test? ( test )"

DESCRIPTION="OCaml bindings for expat"
SRC_URI="https://github.com/whitequark/ocaml-expat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/whitequark/ocaml-expat"

RDEPEND="dev-libs/expat
	>=dev-lang/ocaml-4.14.1:=[ocamlopt?]"

DEPEND="${RDEPEND}
	test? ( dev-ml/ounit2 )"

SLOT="0/${PV}"
LICENSE="MIT"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
PATCHES=(
	"${FILESDIR}/ounit2.patch"
	"${FILESDIR}/${PN}-1.1.0-cc.patch"
)

src_compile() {
	emake depend
	emake all
	if use ocamlopt; then
		emake allopt
	fi
	if use doc; then
		emake doc
	fi
}

src_test() {
	emake test
	if use ocamlopt; then
		emake testopt
	fi
}
src_install() {
	findlib_src_preinst
	emake install

	if use doc ; then
		docinto html
		dodoc -r doc/*
	fi
	dodoc README
}

USE Flags

doc
ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

dev-libs/expat
	>=dev-lang/ocaml-4.14.1:=[ocamlopt?]
	test? ( dev-ml/ounit2 )

RDEPEND

dev-libs/expat
	>=dev-lang/ocaml-4.14.1:=[ocamlopt?]

Manifest for 1.3.0

Type File Size Source URLs
DIST ocaml-expat-1.3.0.tar.gz 58331 bytes https://github.com/whitequark/ocaml-expat/archive/v1.3.0.tar.gz