Source: postgresql-ocaml Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu , Mehdi Dogguy Build-Depends: debhelper (>= 8), ocaml-nox (>= 4), ocaml-findlib (>= 1.4), libpq-dev, ocamlbuild, dh-ocaml (>= 0.9.6~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/postgresql-ocaml.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/postgresql-ocaml.git Homepage: http://mmottl.github.io/postgresql-ocaml/ Package: libpostgresql-ocaml-dev Architecture: any Depends: libpq-dev, ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Suggests: ocamlmakefile Recommends: ocaml-findlib Description: OCaml bindings to PostgreSQL's libpq This OCaml-library provides an interface to PostgreSQL, an efficient and reliable, open source, relational database. Almost all functionality available through the C-API (libpq) is replicated in a type-safe way. This library uses objects for representing database connections and results of queries. . This package contains all the development stuff you need to use OCaml Postgres bindings in your programs. Package: libpostgresql-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Breaks: libpostgresql-ocaml-dev (<< 1.11.1), nurpawiki (<< 1.2.3-2~) Replaces: libpostgresql-ocaml-dev (<< 1.11.1) Description: OCaml bindings to PostgreSQL's libpq (runtime) This OCaml-library provides an interface to PostgreSQL, an efficient and reliable, open source, relational database. Almost all functionality available through the C-API (libpq) is replicated in a type-safe way. This library uses objects for representing database connections and results of queries. . This package contains the shared runtime stub libraries and plugins.