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:
a132c07
)
Some fixes to the META file, still doesn't work.
author
Richard W.M. Jones
<rich@annexia.org>
Wed, 2 Apr 2008 13:59:47 +0000
(13:59 +0000)
committer
Richard W.M. Jones
<rich@annexia.org>
Wed, 2 Apr 2008 13:59:47 +0000
(13:59 +0000)
META.in
patch
|
blob
|
history
diff --git
a/META.in
b/META.in
index
886dda4
..
886952e
100644
(file)
--- a/
META.in
+++ b/
META.in
@@
-1,12
+1,11
@@
name="bitmatch"
version="@PACKAGE_VERSION@"
description="Bitstrings and bitstring matching"
-requires="camlp4"
archive(byte)="bitmatch.cma"
archive(native)="bitmatch.cmxa"
package "syntax" (
- requires = "
bitmatch,camlp4
"
+ requires = "
camlp4.quotations.o
"
version = "@PACKAGE_VERSION@"
description = "Syntax extension: bitmatch operators"
archive(syntax,preprocessor) = "pa_bitmatch.cmo"