Convenience function locfail (thanks to Bluestorm).
[ocaml-bitstring.git] / META.in
diff --git a/META.in b/META.in
index 886dda4..fcd454d 100644 (file)
--- a/META.in
+++ b/META.in
@@ -1,12 +1,12 @@
 name="bitmatch"
 version="@PACKAGE_VERSION@"
 description="Bitstrings and bitstring matching"
-requires="camlp4"
+requires="unix"
 archive(byte)="bitmatch.cma"
 archive(native)="bitmatch.cmxa"
 
 package "syntax" (
-  requires = "bitmatch,camlp4"
+  requires = "camlp4.quotations.o"
   version = "@PACKAGE_VERSION@"
   description = "Syntax extension: bitmatch operators"
   archive(syntax,preprocessor) = "pa_bitmatch.cmo"