Coccinelle release 1.0.0-rc12
[bpt/coccinelle.git] / bundles / sexplib / sexplib-7.0.5 / INSTALL
CommitLineData
feec80c3
C
1(* OASIS_START *)
2(* DO NOT EDIT (digest: b4b9b34e94dfc4c6914f87aae494ed32) *)
3This is the INSTALL file for the sexplib distribution.
4
5This package uses OASIS to generate its build system. See section OASIS for
6full information.
7
8Dependencies
9============
10
11In 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
16Installing
17==========
18
191. Uncompress the source archive and go to the root of the package
202. Run 'ocaml setup.ml -configure'
213. Run 'ocaml setup.ml -build'
224. Run 'ocaml setup.ml -install'
23
24Uninstalling
25============
26
271. Go to the root of the package
282. Run 'ocaml setup.ml -uninstall'
29
30OASIS
31=====
32
33OASIS is a program that generates a setup.ml file using a simple '_oasis'
34configuration file. The generated setup only depends on the standard OCaml
35installation: no additional library is required.
36
37(* OASIS_STOP *)