PKGNAME=findlib
PKGSEC=utils
PKGDEP="ocaml"
PKGDES="Objective Caml (OCaml) package manager"

ABTYPE=self

# FIXME: this prevents `/usr/lib/ocaml` from being ignored
ABSTRIP=0

#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 invoke GCC with LTO enabled, resulting in
# build-time failures.
NOLTO=1
