X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=META.in;h=97be0ffa6455cd3053e5698d38acbc6459bf99a4;hb=55199e34a1f377be0e91ad3feebae1191514a431;hp=fcd454d9b2bd12899015c864c2d57c19aa233ae9;hpb=8567d2641afef70642c59bf23f26e79f2e567443;p=ocaml-bitstring.git diff --git a/META.in b/META.in index fcd454d..97be0ff 100644 --- a/META.in +++ b/META.in @@ -1,14 +1,22 @@ -name="bitmatch" -version="@PACKAGE_VERSION@" -description="Bitstrings and bitstring matching" -requires="unix" -archive(byte)="bitmatch.cma" -archive(native)="bitmatch.cmxa" +name = "bitmatch" +version = "@PACKAGE_VERSION@" +description = "Bitstrings and bitstring matching" +requires = "unix" +archive(byte) = "bitmatch.cma" +archive(native) = "bitmatch.cmxa" + +package "persistent" ( + requires = "bitmatch" + version = "@PACKAGE_VERSION@" + description = "Persistent patterns for bitmatch (requires camlp4)" + archive(byte) = "bitmatch_persistent.cma" + archive(native) = "bitmatch_persistent.cmxa" +) package "syntax" ( - requires = "camlp4.quotations.o" version = "@PACKAGE_VERSION@" description = "Syntax extension: bitmatch operators" - archive(syntax,preprocessor) = "pa_bitmatch.cmo" - archive(syntax,toploop) = "pa_bitmatch.cmo" + archive(syntax,preprocessor) = "unix.cma bitmatch.cma bitmatch_persistent.cma pa_bitmatch.cmo" + archive(syntax,toploop) = "unix.cma bitmatch.cma bitmatch_persistent.cma pa_bitmatch.cmo" + preprocessor = "camlp4of" )