Somewhat better attempt at a META file.
[ocaml-bitstring.git] / META.in
1 name = "bitmatch"
2 version = "@PACKAGE_VERSION@"
3 description = "Bitstrings and bitstring matching"
4 requires = "unix"
5 archive(byte) = "bitmatch.cma"
6 archive(native) = "bitmatch.cmxa"
7
8 package "persistent" (
9   requires = "bitmatch"
10   version = "@PACKAGE_VERSION@"
11   description = "Persistent patterns for bitmatch (requires camlp4)"
12   archive(byte) = "bitmatch_persistent.cma"
13   archive(native) = "bitmatch_persistent.cmxa"
14 )
15
16 package "syntax" (
17   version = "@PACKAGE_VERSION@"
18   description = "Syntax extension: bitmatch operators"
19   archive(syntax,preprocessor) = "unix.cma bitmatch.cma bitmatch_persistent.cma pa_bitmatch.cmo"
20   archive(syntax,toploop) = "unix.cma bitmatch.cma bitmatch_persistent.cma pa_bitmatch.cmo"
21   preprocessor = "camlp4of"
22 )