X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=META.in;h=fcd454d9b2bd12899015c864c2d57c19aa233ae9;hb=2f188daa74d22b8762e1319608155d6ea227d835;hp=7929bf301612d461dc89648f3644b97a42a52c1e;hpb=9afb125a21aaf11c85dbc631e04fa6c185705113;p=ocaml-bitstring.git diff --git a/META.in b/META.in index 7929bf3..fcd454d 100644 --- a/META.in +++ b/META.in @@ -1,14 +1,14 @@ -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="bitmatch" +version="@PACKAGE_VERSION@" +description="Bitstrings and bitstring matching" +requires="unix" +archive(byte)="bitmatch.cma" +archive(native)="bitmatch.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 "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" )