git.annexia.org
/
ocaml-bitstring.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a878e5f
)
Fix issue 5: Bitstring cannot be used with other syntax extensions when using ocamlfind
author
Richard W.M. Jones
<rich@annexia.org>
Mon, 11 Jan 2010 13:05:01 +0000
(13:05 +0000)
committer
Richard W.M. Jones
<rich@annexia.org>
Mon, 11 Jan 2010 13:05:01 +0000
(13:05 +0000)
META.in
patch
|
blob
|
history
diff --git
a/META.in
b/META.in
index
6e99669
..
5c54cef
100644
(file)
--- 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"
)