PKGNAME=ocaml-topkg
PKGSEC=ocaml
PKGDEP="ocaml ocaml-result"
BUILDDEP="findlib ocamlbuild opam"
PKGDES="OCaml module for handling computation results and errors"

ABTYPE=self

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

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