pgocaml 4.3.0-3build2 source package in Ubuntu

Changelog

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

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Mon, 28 Aug 2023 17:31:32 +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
Mantic release universe ocaml

Downloads

File Size SHA-256 Checksum
pgocaml_4.3.0.orig.tar.gz 52.4 KiB 6f25f85963b6afe7dd8f81390ea4769bec54d84c210887d00f5619f1ad21cf7b
pgocaml_4.3.0-3build2.debian.tar.xz 3.8 KiB 4b990755e65dc35fda936c80c1b914629273d98bbe336266e7683ba81d415a5b
pgocaml_4.3.0-3build2.dsc 2.2 KiB f5f069f24682cbffa806057cc07a3096c4a984655cf1c20b84311a57517fdf59

Available diffs

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