File: control

package info (click to toggle)
pgocaml 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 536 kB
  • sloc: ml: 8,695; makefile: 26
file content (68 lines) | stat: -rw-r--r-- 2,514 bytes parent folder | download
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
59
60
61
62
63
64
65
66
67
68
Source: pgocaml
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
 debhelper (>= 9),
 quilt,
 dh-ocaml (>= 0.9),
 ocaml-nox (>=4.02),
 ocamlbuild,
 camlp4 (>=3.11),
 ocaml-findlib,
 libre-ocaml-dev,
 libcsv-ocaml-dev,
 libfindlib-ocaml-dev,
 libcalendar-ocaml-dev (>= 2)
Standards-Version: 4.1.4
Homepage: http://pgocaml.forge.ocamlcore.org/
Vcs-Browser: https://salsa.debian.org/ocaml-team/pgocaml
Vcs-Git: https://salsa.debian.org/ocaml-team/pgocaml.git

Package: libpgocaml-ocaml-dev
Architecture: any
Depends: libpgocaml-ocaml (= ${binary:Version}),
 libbatteries-ocaml-dev,
 libre-ocaml-dev,
 libcsv-ocaml-dev,
 libcalendar-ocaml-dev (>= 2),
 ${ocaml:Depends},
 ${misc:Depends},
 ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Suggests: postgresql (>= 7.4)
Description: OCaml type-safe bindings for PostgreSQL (development)
 PG'OCaml provides an interface to PostgreSQL databases for OCaml applications.
 It uses Camlp4 to extend the OCaml syntax, enabling one to directly embed SQL
 statements inside the OCaml code. Moreover, it uses the describe feature of
 PostgreSQL to obtain type information about the database. This allows PG'OCaml
 to check at compile-time if the program is indeed consistent with the database
 structure. This type-safe database access is the primary advantage that
 PG'OCaml has over other PostgreSQL bindings for OCaml.
 .
 This package contains development files for PG'OCaml.

Package: libpgocaml-ocaml
Architecture: any
Depends:
 libcalendar-ocaml (>= 2),
 ${ocaml:Depends},
 ${misc:Depends},
 ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Suggests: postgresql (>= 7.4)
Breaks: libpgocaml-ocaml-dev (<< 1.3-3)
Replaces: libpgocaml-ocaml-dev (<< 1.3-3)
Description: OCaml type-safe bindings for PostgreSQL (runtime)
 PG'OCaml provides an interface to PostgreSQL databases for OCaml applications.
 It uses Camlp4 to extend the OCaml syntax, enabling one to directly embed SQL
 statements inside the OCaml code. Moreover, it uses the describe feature of
 PostgreSQL to obtain type information about the database. This allows PG'OCaml
 to check at compile-time if the program is indeed consistent with the database
 structure. This type-safe database access is the primary advantage that
 PG'OCaml has over other PostgreSQL bindings for OCaml.
 .
 This package contains dynamically loadable plugins for PG'OCaml.