yaml-9999nest
download
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DUNE_PKG_NAME="yaml yaml-sexp"
inherit dune git-r3
DESCRIPTION="OCaml interface to the YAML 1.1 spec"
HOMEPAGE="https://github.com/avsm/ocaml-yaml"
EGIT_REPO_URI="https://github.com/avsm/ocaml-yaml.git"
LICENSE="ISC"
SLOT="0/${PV}"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="dev-ml/bos
dev-ml/ocaml-ctypes:0=[ocamlopt?]
dev-ml/ppx_sexp_conv:0=[ocamlopt?]
dev-ml/sexplib:0=[ocamlopt?]"
BDEPEND="test? ( dev-ml/alcotest
dev-ml/crowbar
dev-ml/ezjsonm
dev-ml/fmt
dev-ml/junit
dev-ml/logs
dev-ml/mdx )"