dev-ml/xmlm - 1.4.0 (nest)

Search

Package Information

Description:
Ocaml XML manipulation module
Homepage:
https://github.com/dbuenzli/xmlm
License:
ISC

Ebuild Details

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

EAPI=8

inherit edo opam

DESCRIPTION="Ocaml XML manipulation module"
HOMEPAGE="https://github.com/dbuenzli/xmlm"
SRC_URI="https://github.com/dbuenzli/${PN}/archive/v${PV}/${P}.tar.gz"

LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

BDEPEND="dev-ml/topkg"

src_compile() {
	edo ocaml pkg/pkg.ml build --tests "$(usex test 'true' 'false')"
}

src_test() {
	edo ocaml pkg/pkg.ml test
}

USE Flags

Dependencies

BDEPEND

dev-ml/topkg

Manifest for 1.4.0

Type File Size Source URLs
DIST xmlm-1.4.0.tar.gz 28631 bytes https://github.com/dbuenzli/xmlm/archive/v1.4.0/xmlm-1.4.0.tar.gz