| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.4.0 | 8 | ~amd64 ~arm ~arm64 ~riscv ~x86 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit opam
DESCRIPTION="Streaming XML codec for OCaml"
HOMEPAGE="https://erratique.ch/software/xmlm"
SRC_URI="https://erratique.ch/software/${PN}/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
DEPEND="${RDEPEND}
dev-ml/topkg
dev-ml/ocamlbuild
dev-ml/findlib"
src_compile() {
ocaml pkg/pkg.ml build || die
}
${RDEPEND}
dev-ml/topkg
dev-ml/ocamlbuild
dev-ml/findlib
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | xmlm-1.4.0.tbz | 26122 bytes | https://erratique.ch/software/xmlm/releases/xmlm-1.4.0.tbz |