Fix extracting in little-endian case.
[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 "syntax" (
9   requires = "camlp4.quotations.o"
10   version = "@PACKAGE_VERSION@"
11   description = "Syntax extension: bitmatch operators"
12   archive(syntax,preprocessor) = "pa_bitmatch.cmo"
13   archive(syntax,toploop) = "pa_bitmatch.cmo"
14 )