Some fixes to the META file, still doesn't work.
authorRichard W.M. Jones <rich@annexia.org>
Wed, 2 Apr 2008 13:59:47 +0000 (13:59 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Wed, 2 Apr 2008 13:59:47 +0000 (13:59 +0000)
META.in

diff --git a/META.in b/META.in
index 886dda4..886952e 100644 (file)
--- a/META.in
+++ b/META.in
@@ -1,12 +1,11 @@
 name="bitmatch"
 version="@PACKAGE_VERSION@"
 description="Bitstrings and bitstring matching"
-requires="camlp4"
 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"