## Should we compile Ocsforge ? YES/NO
## Default: NO
# OCSFORGE := YES
## To compile Ocsforge, you may have to configure database access:
# OCSFORGE_OPTIONS := --pguser ocsimore --pgpassword <password>
##### Dependencies' options #####
## Should we compile the required libraries ?
# Default: NO
OTHERS := YES
## Should we also compile ocaml and findlib ?
# Default: YES when ${OTHERS} = YES
OCAML := YES
# When settings the OCAML and OCAMLDUCE variables to YES, the
# ocamlduce compiler will also be compiled.
## Should we also compile oasis ?
# Oasis is required for compiling the development version of Lwt or Ocsimore
# Default: NO