dev-ml/yaml - 9999 (nest)

Search

Package Information

Description:
OCaml interface to the YAML 1.1 spec
Homepage:
https://github.com/avsm/ocaml-yaml
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 8 0/9999
View Raw Ebuild
# Copyright 1999-2025 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:0=
	dev-ml/ocaml-ctypes:0=[ocamlopt?]
	dev-ml/ppx_sexp_conv:0=[ocamlopt?]
	dev-ml/sexplib:0=[ocamlopt?]"
BDEPEND="dev-ml/dune-configurator
	test? ( dev-ml/alcotest
		dev-ml/crowbar
		dev-ml/ezjsonm
		dev-ml/fmt
		dev-ml/junit
		dev-ml/logs
		dev-ml/mdx )"

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

RDEPEND

dev-ml/bos:0=
	dev-ml/ocaml-ctypes:0=[ocamlopt?]
	dev-ml/ppx_sexp_conv:0=[ocamlopt?]
	dev-ml/sexplib:0=[ocamlopt?]

BDEPEND

dev-ml/dune-configurator
	test? ( dev-ml/alcotest
		dev-ml/crowbar
		dev-ml/ezjsonm
		dev-ml/fmt
		dev-ml/junit
		dev-ml/logs
		dev-ml/mdx )