PKGNAME=pcre2-ocaml
PKGSEC=utils
PKGDEP="ocaml"
PKGDES="OCaml bindings to PCRE (Perl Compatibility Regular Expressions)"
BUILDDEP="dune"

ABTYPE=dune
DUNE_PACKAGES="pcre2"

# FIXME: OCaml based softwares use static libraries to link
NOSTATIC=0

# FIXME: ocamlopt doesn't generate seperated debug symbol
ABSPLITDBG=0
