1 ocaml-bitmatch copyright (C) 2008 Red Hat Inc.
2 License: LGPLv2+ with OCaml linking exception.
4 Please see the html subdirectory for developer documentation.
6 The only requirements are OCaml >= 3.10.0, camlp4, ocamldoc, and findlib.
8 If you optionally have CIL (http://cil.sourceforge.net/) installed
9 then there are some nice extra tools for converting C header files
10 into matchable OCaml structures.
19 make test # build and run the test suite
21 make examples # build the examples
23 make print-tests # print expanded test macros
24 make print-examples # print expanded example macros