PKGNAME=camlp-streams
PKGSEC=utils
PKGDEP="ocaml"
PKGDES="Stream and Genlex libraries for use with Camlp4 and Camlp5"
BUILDDEP="dune"

ABTYPE=dune

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

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

# FIXME: Enabling LTO makes ocamlc to invoke gcc with LTO enabled, resulting in
# build-time failures.
NOLTO=1
