diff options
Diffstat (limited to 'dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild')
| -rw-r--r-- | dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild new file mode 100644 index 000000000000..dc9bbbdf97fb --- /dev/null +++ b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild @@ -0,0 +1,24 @@ +# 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 )" |
