From: Richard W.M. Jones Date: Wed, 2 Apr 2008 13:59:47 +0000 (+0000) Subject: Some fixes to the META file, still doesn't work. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=1dfd452b1b044fbd7e3a9e7907ab96c82a87548d;p=ocaml-bitstring.git Some fixes to the META file, still doesn't work. --- diff --git a/META.in b/META.in index 886dda4..886952e 100644 --- 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"