at v192 816 B view raw
1diff -rupN ocaml-bitstring-2.0.4/META.in ocaml-bitstring-2.0.4.new/META.in 2--- ocaml-bitstring-2.0.4/META.in 2013-05-14 17:42:32.000000000 +0200 3+++ ocaml-bitstring-2.0.4.new/META.in 2015-06-11 17:26:11.674000000 +0200 4@@ -15,8 +15,8 @@ package "persistent" ( 5 6 package "syntax" ( 7 version = "@PACKAGE_VERSION@" 8- requires = "camlp4" 9+ requires = "camlp4, bitstring.persistent, bitstring" 10 description = "Syntax extension: bitstring operators" 11- archive(syntax,preprocessor) = "-parser o -parser op -printer p unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo" 12- archive(syntax,toploop) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo" 13+ archive(syntax,preprocessor) = "-parser o -parser op -printer p pa_bitstring.cmo" 14+ archive(syntax,toploop) = "pa_bitstring.cmo" 15 )