dev-ml/pcre2-ocaml - 8.0.3 (gentoo)

Search

Install

Install this version:

emerge -a =dev-ml/pcre2-ocaml-8.0.3

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

autounmask =dev-ml/pcre2-ocaml-8.0.3

Or alternatively:

emerge --autounmask-write -a =dev-ml/pcre2-ocaml-8.0.3

Package Information

Description:
OCaml bindings to PCRE (Perl Compatibility Regular Expressions)
Homepage:
https://github.com/camlp5/pcre2-ocaml
License:
LGPL-2.1

Ebuild Details

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

EAPI=8

DUNE_PKG_NAME=pcre2
inherit dune

DESCRIPTION="OCaml bindings to PCRE (Perl Compatibility Regular Expressions)"
HOMEPAGE="https://github.com/camlp5/pcre2-ocaml"
SRC_URI="https://github.com/camlp5/${PN}/archive/refs/tags/${PV}.tar.gz
	-> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-libs/libpcre2:=
	dev-ml/dune-configurator:=[ocamlopt?]
"
BDEPEND="test? ( dev-ml/ounit2 )"

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

	dev-libs/libpcre2:=
	dev-ml/dune-configurator:=[ocamlopt?]

BDEPEND

test? ( dev-ml/ounit2 )

Manifest for 8.0.3

Type File Size Source URLs
DIST pcre2-ocaml-8.0.3.tar.gz 44400 bytes https://github.com/camlp5/pcre2-ocaml/archive/refs/tags/8.0.3.tar.gz