(* OASIS_START *)
(* DO NOT EDIT (digest: f480061fbad29c31d008bd78fef4162f) *)
This is the INSTALL file for the bin_prot 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 (>= 3.12) for all, test mac_test, test test_runner
* findlib
* type-conv (>= 2.3.0) for library pa_bin_prot
* oUnit (>= 1.0.2) for executable test_runner

Installing
==========

1. Uncompress source directory and got 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 software that helps to write setup.ml using a simple '_oasis'
configuration file. The generated setup only depends on standard OCaml
installation, no additional library is required.

(* OASIS_STOP *)
