Clarify licensing for Debian.
[ocaml-bitstring.git] / README
1 ocaml-bitmatch Copyright (C) 2008 Red Hat Inc, Richard W.M. Jones.
2
3 Please see the html subdirectory for developer documentation.
4
5 The only requirements are OCaml >= 3.10.0, camlp4, ocamldoc, and findlib.
6
7 If you optionally have CIL (http://cil.sourceforge.net/) installed
8 then there are some nice extra tools for converting C header files
9 into matchable OCaml structures.
10
11 To build:
12
13         ./configure
14         make
15
16 Other make targets:
17
18         make test               # build and run the test suite
19
20         make examples           # build the examples
21
22         make print-tests        # print expanded test macros
23         make print-examples     # print expanded example macros
24
25 To install (as root):
26
27         make install
28
29 LICENSE
30 ----------------------------------------------------------------------
31
32 The library is licensed under the LGPL v2 or later, with the OCaml
33 linking exception.  See the file COPYING.LIB for full terms.
34
35 Programs are licensed under the GPL v2 or later.  See the file COPYING
36 for full terms.
37
38 All examples and tests are public domain.