pgocaml 4.3.0-1build3 source package in Ubuntu

Changelog

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

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 27 Nov 2022 18:28:12 +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-1build3.debian.tar.xz 3.8 KiB e64ac9eee0398153a464ff7f819e31143f4841fd729db6365d7af70dfa28e8da
pgocaml_4.3.0-1build3.dsc 2.2 KiB 36ed29dca132d28d26dc9e96bf4c5d2ff4088ecd2a68903e3fa60624e97b9ddd

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.