X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=META.in;h=6b14f17f5fc4bb7c10405ec544eab886238fd504;hb=5997a66d9b078d75f821eedc9ba615c9df321e98;hp=886dda40c7001cb853b5bf5c91d116df45b1dc8f;hpb=9005889d10eb7c47a950402b5c3d606947c7e653;p=ocaml-bitstring.git diff --git a/META.in b/META.in index 886dda4..6b14f17 100644 --- a/META.in +++ b/META.in @@ -1,14 +1,22 @@ -name="bitmatch" -version="@PACKAGE_VERSION@" -description="Bitstrings and bitstring matching" -requires="camlp4" -archive(byte)="bitmatch.cma" -archive(native)="bitmatch.cmxa" +name = "bitstring" +version = "@PACKAGE_VERSION@" +description = "Bitstrings and bitstring matching" +requires = "unix" +archive(byte) = "bitstring.cma" +archive(native) = "bitstring.cmxa" + +package "persistent" ( + requires = "bitstring" + version = "@PACKAGE_VERSION@" + description = "Persistent patterns for bitstring (requires camlp4)" + archive(byte) = "bitstring_persistent.cma" + archive(native) = "bitstring_persistent.cmxa" +) package "syntax" ( - requires = "bitmatch,camlp4" version = "@PACKAGE_VERSION@" - description = "Syntax extension: bitmatch operators" - archive(syntax,preprocessor) = "pa_bitmatch.cmo" - archive(syntax,toploop) = "pa_bitmatch.cmo" + requires = "camlp4" + description = "Syntax extension: bitstring operators" + 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" )