Files
guru/dev-ml/ocaml-yaml/ocaml-yaml-3.2.0.ebuild
Thomas Bracht Laumann Jespersen c8eb20ed7f dev-ml/ocaml-yaml: new package, add 3.2.0
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-10-10 14:02:03 +00:00

28 lines
621 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DUNE_PKG_NAME="yaml"
inherit dune
DESCRIPTION="Parse and generate YAML 1.1/1.2 files"
HOMEPAGE="https://github.com/avsm/ocaml-yaml"
SRC_URI="https://github.com/avsm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-ml/ocaml-ctypes-0.14.0:=[ocamlopt?]
dev-ml/bos
dev-ml/sexplib:=[ocamlopt?]
dev-ml/ppx_sexp_conv:=[ocamlopt?]
>=dev-ml/dune-2.0
>=dev-lang/ocaml-4.13.0:=[ocamlopt?]
"
DEPEND="${RDEPEND}"