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:
8760d65
)
META: Add -parser and -printer options.
author
Richard W.M. Jones
<rich@annexia.org>
Fri, 20 Jul 2012 08:06:08 +0000
(08:06 +0000)
committer
Richard W.M. Jones
<rich@annexia.org>
Fri, 20 Jul 2012 08:06:08 +0000
(08:06 +0000)
META.in
patch
|
blob
|
history
diff --git
a/META.in
b/META.in
index
5c54cef
..
6b14f17
100644
(file)
--- a/
META.in
+++ b/
META.in
@@
-17,6
+17,6
@@
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,preprocessor) = "
-parser o -parser op -printer p
unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
archive(syntax,toploop) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
)