Allow matching against a string type.
[ocaml-bitstring.git] / META.in
1 name="bitmatch"
2 version="@PACKAGE_VERSION@"
3 description="Bitstrings and bitstring matching"
4 archive(byte)="bitmatch.cma"
5 archive(native)="bitmatch.cmxa"
6
7 package "syntax" (
8   requires = "camlp4.quotations.o"
9   version = "@PACKAGE_VERSION@"
10   description = "Syntax extension: bitmatch operators"
11   archive(syntax,preprocessor) = "pa_bitmatch.cmo"
12   archive(syntax,toploop) = "pa_bitmatch.cmo"
13 )