From 9005889d10eb7c47a950402b5c3d606947c7e653 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 2 Apr 2008 08:02:44 +0000 Subject: [PATCH] META file --- META.in | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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" ) -- 1.8.3.1