pgocaml 4.3.0-3build1 source package in Ubuntu

Changelog

pgocaml (4.3.0-3build1) mantic; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 20 Aug 2023 09:34:07 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Mantic
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pgocaml_4.3.0.orig.tar.gz 52.4 KiB 6f25f85963b6afe7dd8f81390ea4769bec54d84c210887d00f5619f1ad21cf7b
pgocaml_4.3.0-3build1.debian.tar.xz 3.8 KiB b49516b40d0c7f1edf9493b412f91d9090ffd70fd5a94b04ebc781f34158c1cc
pgocaml_4.3.0-3build1.dsc 2.2 KiB 9f616e24a835bb5c9c62bc6cd3d54bdd8a39eb18fef25eaf74ec3177a115b59a

View changes file

Binary packages built by this source

libpgocaml-ocaml: 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.

libpgocaml-ocaml-dbgsym: debug symbols for libpgocaml-ocaml
libpgocaml-ocaml-dev: 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.

libpgocaml-ocaml-dev-dbgsym: debug symbols for libpgocaml-ocaml-dev