(* OASIS_START *)
(* DO NOT EDIT (digest: 25587b5ae4f4b0ec953b4fdbed5c1e8c) *)

This is the INSTALL file for the core_extended distribution.

This package uses OASIS to generate its build system. See section OASIS for
full information.

Dependencies
============

In order to compile this package, you will need:

* ocaml (>= 4.00.0) for all, test test_runner
* findlib (>= 1.3.2)
* bin_prot for library core_extended, library selector_lib
* comparelib for library core_extended
* core for library core_extended, library selector_lib, executable core_hello
* custom_printf for library core_extended
* fieldslib for library core_extended
* pa_bench for library core_extended
* pa_ounit for library core_extended
* pa_pipebang for library core_extended
* pa_test for library core_extended
* textutils for library core_extended
* re2 for library core_extended, library selector_lib
* sexplib for library core_extended, library selector_lib
* sexplib_num for library core_extended
* oUnit (>= 1.1.0) for executable test_runner

Installing
==========

1. Uncompress the source archive and go to the root of the package
2. Run 'ocaml setup.ml -configure'
3. Run 'ocaml setup.ml -build'
4. Run 'ocaml setup.ml -install'

Uninstalling
============

1. Go to the root of the package
2. Run 'ocaml setup.ml -uninstall'

OASIS
=====

OASIS is a program that generates a setup.ml file using a simple '_oasis'
configuration file. The generated setup only depends on the standard OCaml
installation: no additional library is required.

(* OASIS_STOP *)
