pgocaml 4.3.0-1build4 source package in Ubuntu

Changelog

pgocaml (4.3.0-1build4) lunar; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Fri, 27 Jan 2023 19:06:15 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
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-1build4.debian.tar.xz 3.8 KiB b7e070f6be467fc50473544c0909f0367ef0eac236e7077862691aa23bceba34
pgocaml_4.3.0-1build4.dsc 2.2 KiB eb03456d9bed8bf88504c124e62e9880b8dbbd5559647e3a17b531d86788dcb6

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.