# OASIS_START
# DO NOT EDIT (digest: 023ae9385c9c2cfcf39a4b5db8ae0c35)
version = "2.2"
description = "OCaml bindings for the PostgreSQL database"
requires = "unix calendar csv pcre bytes"
archive(byte) = "pgocaml.cma"
archive(byte, plugin) = "pgocaml.cma"
archive(native) = "pgocaml.cmxa"
archive(native, plugin) = "pgocaml.cmxs"
exists_if = "pgocaml.cma"
package "syntax" (
 version = "2.2"
 description = "Syntax extension for PG'OCaml"
 requires = "pgocaml camlp4"
 archive(syntax, preprocessor) = "pa_pgsql.cma"
 archive(syntax, toploop) = "pa_pgsql.cma"
 exists_if = "pa_pgsql.cma"
)
# OASIS_STOP

