Coccinelle release 1.0.0-rc14
[bpt/coccinelle.git] / bundles / sexplib / sexplib-7.0.5 / INSTALL
1 (* OASIS_START *)
2 (* DO NOT EDIT (digest: b4b9b34e94dfc4c6914f87aae494ed32) *)
3 This is the INSTALL file for the sexplib distribution.
4
5 This package uses OASIS to generate its build system. See section OASIS for
6 full information.
7
8 Dependencies
9 ============
10
11 In order to compile this package, you will need:
12 * ocaml (>= 3.12) for all, test conv, test sexp, doc sexplib
13 * findlib
14 * type_conv (>= 3.0.5) for library pa_sexp_conv
15
16 Installing
17 ==========
18
19 1. Uncompress the source archive and go to the root of the package
20 2. Run 'ocaml setup.ml -configure'
21 3. Run 'ocaml setup.ml -build'
22 4. Run 'ocaml setup.ml -install'
23
24 Uninstalling
25 ============
26
27 1. Go to the root of the package
28 2. Run 'ocaml setup.ml -uninstall'
29
30 OASIS
31 =====
32
33 OASIS is a program that generates a setup.ml file using a simple '_oasis'
34 configuration file. The generated setup only depends on the standard OCaml
35 installation: no additional library is required.
36
37 (* OASIS_STOP *)