dev-ml/ocaml-yaml - 3.2.0 (guru)

Search

Install

Install this version:

emerge -a =dev-ml/ocaml-yaml-3.2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ml/ocaml-yaml-3.2.0

Or alternatively:

emerge --autounmask-write -a =dev-ml/ocaml-yaml-3.2.0

Package Information

Description:
Parse and generate YAML 1.1/1.2 files
Homepage:
https://github.com/avsm/ocaml-yaml
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
3.2.0 8 ~amd64 0/3.2.0
View Raw Ebuild
# 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/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"

# some test deps not (yet) packaged, junit_alcotest
RESTRICT="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}"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ml/ocaml-yaml | euse -E <flag> -p dev-ml/ocaml-yaml | euse -D <flag> -p dev-ml/ocaml-yaml

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	>=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?]

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?]

Manifest for 3.2.0

Type File Size Source URLs
DIST ocaml-yaml-3.2.0.gh.tar.gz 86864 bytes https://github.com/avsm/ocaml-yaml/archive/v3.2.0.tar.gz