dev-cpp/rapidyaml - 0.15.2 (gentoo)

Search

Install

Install this version:

emerge -a =dev-cpp/rapidyaml-0.15.2

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

autounmask =dev-cpp/rapidyaml-0.15.2

Or alternatively:

emerge --autounmask-write -a =dev-cpp/rapidyaml-0.15.2

Package Information

Description:
Library to parse and emit YAML, and do it fast
Homepage:
https://github.com/biojppm/rapidyaml/
License:
MIT Boost-1.0 BSD

Ebuild Details

Version EAPI Keywords Slot
0.15.2 8 ~amd64 ~arm64 ~ppc64 ~riscv ~x86 0/0.15.2
View Raw Ebuild
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Library to parse and emit YAML, and do it fast"
HOMEPAGE="https://github.com/biojppm/rapidyaml/"
SRC_URI="
	https://github.com/biojppm/rapidyaml/releases/download/v${PV}/${P}-src.tgz
"
S=${WORKDIR}/${P}-src

LICENSE="MIT Boost-1.0 BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"

# in general would rather keep this package low maintenance due to
# its build system, and tests + python bindings give headaches
RESTRICT="test"

DOCS=( README.md ROADMAP.md changelog )

Inherited Eclasses

Manifest for 0.15.2

Type File Size Source URLs
DIST rapidyaml-0.15.2-src.tgz 10437389 bytes https://github.com/biojppm/rapidyaml/releases/download/v0.15.2/rapidyaml-0.15.2-src.tgz