From: Richard W.M. Jones Date: Mon, 11 Jan 2010 13:05:01 +0000 (+0000) Subject: Fix issue 5: Bitstring cannot be used with other syntax extensions when using ocamlfind X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c1060c9b115c685ff658dbcda9c1e5486766b57a;p=ocaml-bitstring.git Fix issue 5: Bitstring cannot be used with other syntax extensions when using ocamlfind --- diff --git a/META.in b/META.in index 6e99669..5c54cef 100644 --- a/META.in +++ b/META.in @@ -15,8 +15,8 @@ package "persistent" ( package "syntax" ( version = "@PACKAGE_VERSION@" + requires = "camlp4" description = "Syntax extension: bitstring operators" archive(syntax,preprocessor) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo" archive(syntax,toploop) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo" - preprocessor = "camlp4of" )