pgocaml 4.3.0-2build2 source package in Ubuntu

Changelog

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

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Tue, 18 Jul 2023 08:17:27 +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-2build2.debian.tar.xz 3.8 KiB af17ec9cb002f99b4902eacdabdfcaea118449942a861aa15d034470f2e4e830
pgocaml_4.3.0-2build2.dsc 2.2 KiB 0d8d6387ae2351b6bf812b8bb07acb4d44770c8b47773a635e221e8f50614a46

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.