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
|
Source: libpgsql-ocaml
Section: devel
Priority: optional
Maintainer: Stefano Zacchiroli <zack@debian.org>
Build-Depends: debhelper (>> 4.0.0), postgresql-dev (>= 7.3), ocaml-findlib, ocaml-nox-3.08.3
Standards-Version: 3.6.1.1
Package: libpgsql-ocaml
Architecture: any
Section: libs
Depends: ocaml-base-nox-3.08.3, ${shlibs:Depends}, ${misc:Depends}
Description: OCaml bindings to PostgreSQL's libpq
This library allows programmers to write PostgreSQL's clients
in OCaml.
.
It is mainly a set of bindings for the libpq (a low-level
C interface to write PostgreSQL clients in C; it is included
in the standard PostgreSQL distribution and libraries for
other languages usually rely on it).
.
The API is mainly object oriented.
.
This package contains only the shared runtime stub libraries.
Package: libpgsql-ocaml-dev
Architecture: any
Section: libdevel
Depends: ocaml-nox-3.08.3, ocaml-findlib, postgresql-dev (>= 7.3), libpgsql-ocaml (= ${Source-Version})
Description: OCaml bindings to PostgreSQL's libpq
This library allows programmers to write PostgreSQL's clients
in OCaml.
.
It is mainly a set of bindings for the libpq (a low-level
C interface to write PostgreSQL clients in C; it is included
in the standard PostgreSQL distribution and libraries for
other languages usually rely on it).
.
The API is mainly object oriented.
.
This package contains all the development stuff you need to use
OCaml Postgres bindings in your programs.
|