1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: postgresql-ocaml
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>,
Mehdi Dogguy <mehdi@debian.org>
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.
|