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"
9 requires = "pgocaml,camlp4"
11 description = "Syntax extension: PostgreSQL statements checked at compile-time"
12 archive(syntax,preprocessor) = "pa_pgsql.cmo"
13 archive(syntax,toploop) = "pa_pgsql.cmo"