From c1060c9b115c685ff658dbcda9c1e5486766b57a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 11 Jan 2010 13:05:01 +0000 Subject: [PATCH] Fix issue 5: Bitstring cannot be used with other syntax extensions when using ocamlfind --- META.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) -- 1.8.3.1