From: Richard W.M. Jones Date: Wed, 2 Apr 2008 08:02:44 +0000 (+0000) Subject: META file X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=9005889d10eb7c47a950402b5c3d606947c7e653;p=ocaml-bitstring.git META file --- diff --git a/META.in b/META.in index 7929bf3..886dda4 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="camlp4" +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 = "bitmatch,camlp4" + version = "@PACKAGE_VERSION@" + description = "Syntax extension: bitmatch operators" + archive(syntax,preprocessor) = "pa_bitmatch.cmo" + archive(syntax,toploop) = "pa_bitmatch.cmo" )