dev-ml/yamlx - 0.3.0 (nest)

Search

Install

Install this version:

emerge -a =dev-ml/yamlx-0.3.0

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

autounmask =dev-ml/yamlx-0.3.0

Or alternatively:

emerge --autounmask-write -a =dev-ml/yamlx-0.3.0

Package Information

Description:
Pure-OCaml YAML 1.2 & 1.1 Library
Homepage:
https://github.com/mjambon/yamlx
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
0.3.0 8 ~amd64 0/0.3.0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dune

DESCRIPTION="Pure-OCaml YAML 1.2 & 1.1 Library"
HOMEPAGE="https://github.com/mjambon/yamlx"
SRC_URI="https://github.com/mjambon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="AGPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND="dev-ml/ppx_deriving:0=[ocamlopt?]"
BDEPEND="test? ( dev-ml/testo )"

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

dev-ml/ppx_deriving:0=[ocamlopt?]

BDEPEND

test? ( dev-ml/testo )

Manifest for 0.3.0

Type File Size Source URLs
DIST yamlx-0.3.0.tar.gz 781378 bytes https://github.com/mjambon/yamlx/archive/0.3.0.tar.gz