X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=bitmatch.mli;h=4aa221dc40c5b2c1ee977127722516943d47f276;hb=55199e34a1f377be0e91ad3feebae1191514a431;hp=5628eb694169258ebf0c379fcfd36dcdc2515852;hpb=8567d2641afef70642c59bf23f26e79f2e567443;p=ocaml-bitstring.git diff --git a/bitmatch.mli b/bitmatch.mli index 5628eb6..4aa221d 100644 --- a/bitmatch.mli +++ b/bitmatch.mli @@ -455,14 +455,14 @@ bitmatch bits with ocamlc -I +bitmatch \ -pp "camlp4o bitmatch.cma bitmatch_persistent.cma \ `ocamlc -where`/bitmatch/pa_bitmatch.cmo" \ - bitmatch.cma test.ml -o test + unix.cma bitmatch.cma test.ml -o test v} Simpler method using findlib: {v ocamlfind ocamlc \ - -package bitmatch.syntax -syntax bitmatch.syntax \ + -package bitmatch,bitmatch.syntax -syntax bitmatch.syntax \ -linkpkg test.ml -o test v}