X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=META.in;h=6b14f17f5fc4bb7c10405ec544eab886238fd504;hb=5997a66d9b078d75f821eedc9ba615c9df321e98;hp=7929bf301612d461dc89648f3644b97a42a52c1e;hpb=9afb125a21aaf11c85dbc631e04fa6c185705113;p=ocaml-bitstring.git diff --git a/META.in b/META.in index 7929bf3..6b14f17 100644 --- a/META.in +++ b/META.in @@ -1,14 +1,22 @@ -name="pgocaml" -version="1.1" -description="PG'OCaml is a set of OCaml bindings for the PostgreSQL database." -requires="unix,extlib,csv,pcre,calendar" -archive(byte)="pgocaml.cma" -archive(native)="pgocaml.cmxa" +name = "bitstring" +version = "@PACKAGE_VERSION@" +description = "Bitstrings and bitstring matching" +requires = "unix" +archive(byte) = "bitstring.cma" +archive(native) = "bitstring.cmxa" -package "statements" ( - requires = "pgocaml,camlp4" - version = "1.1" - description = "Syntax extension: PostgreSQL statements checked at compile-time" - archive(syntax,preprocessor) = "pa_pgsql.cmo" - archive(syntax,toploop) = "pa_pgsql.cmo" +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" ( + version = "@PACKAGE_VERSION@" + 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" )