Source: postgresql-ocaml Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu , Mehdi Dogguy Build-Depends: debhelper-compat (= 13), ocaml-nox, libpq-dev, ocaml-dune, libdune-ocaml-dev, dh-ocaml Standards-Version: 4.6.0 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/ocaml-team/postgresql-ocaml.git Vcs-Browser: https://salsa.debian.org/ocaml-team/postgresql-ocaml Homepage: https://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.