./databases/pgocaml, Native PostgreSQL binding for OCaml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.3.0nb1, Package name: pgocaml-4.3.0nb1, Maintainer: jaapb

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.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [time/ocaml-calendar] [textproc/ocaml-csv] [devel/ocaml-re] [devel/ocaml-sexplib] [devel/ocaml-ppx_deriving] [devel/ocaml-ppx_optcomp] [devel/ocaml-ppx_sexp_conv] [devel/ocaml-migrate-parsetree] [devel/ocaml-ppxlib] [devel/ocaml-dune] [devel/ocaml-rresult] [devel/ocaml-hex]

Required to build:
[devel/ocaml-ppx_tools] [devel/ocamlbuild] [misc/ocaml-opaline]

Master sites:

Filesize: 52.449 KB

Version history: (Expand)


CVS history: (Expand)


   2022-06-03 15:17:35 by Jaap Boender | Files touched by this commit (2)
Log message:
Fixed dependencies for databases/pgocaml. Revbump.

devel/ocaml-rresult is not just a build dependency, and is in fact needed
by packages that depend on pgocaml.
   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-05 14:11:18 by Jaap Boender | Files touched by this commit (3) | Package updated
Log message:
Updated databases/pgocaml to version 4.3.0.

The changelog hasn't been updated since the last release, but changes
seem minor.
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | Package updated
Log message:
Recursive revbump associated with update of lang/ocaml
   2020-12-10 10:47:58 by Jaap Boender | Files touched by this commit (4)
Log message:
Updated databases/pgocaml to 4.2.2.

Changes are minor, mostly compatibility-related.
   2020-01-14 21:29:08 by Jaap Boender | Files touched by this commit (4)
Log message:
Update databases/pgocaml to version 4.2.

Changes include:
- support for type hints
- support for custom converters
- package uses Dune now
- camlp4 replaced by ppx