Autoconfify.
[ocaml-bitstring.git] / META.in
1 name="pgocaml"
2 version="1.1"
3 description="PG'OCaml is a set of OCaml bindings for the PostgreSQL database."
4 requires="unix,extlib,csv,pcre,calendar"
5 archive(byte)="pgocaml.cma"
6 archive(native)="pgocaml.cmxa"
7
8 package "statements" (
9   requires = "pgocaml,camlp4"
10   version = "1.1"
11   description = "Syntax extension: PostgreSQL statements checked at compile-time"
12   archive(syntax,preprocessor) = "pa_pgsql.cmo"
13   archive(syntax,toploop) = "pa_pgsql.cmo"
14 )