From 4b88362edf0ffc519feac9cea0ae36d4d6a79d2c Mon Sep 17 00:00:00 2001 From: Markus Mottl Date: Tue, 26 Nov 2024 10:09:37 -0500 Subject: [PATCH] [new release] postgresql (5.1.1) CHANGES: - Fixed a rare, architecture-specific GC bug in `lo_seek`. --- packages/postgresql/postgresql.5.1.1/opam | 46 +++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 packages/postgresql/postgresql.5.1.1/opam diff --git a/packages/postgresql/postgresql.5.1.1/opam b/packages/postgresql/postgresql.5.1.1/opam new file mode 100644 index 00000000000..70cbacd41d6 --- /dev/null +++ b/packages/postgresql/postgresql.5.1.1/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +synopsis: "Bindings to the PostgreSQL library" +description: + "Postgresql offers library functions for accessing PostgreSQL databases." +maintainer: ["Markus Mottl "] +authors: [ + "Alain Frisch " + "Markus Mottl " + "Petter Urkedal " +] +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +homepage: "https://mmottl.github.io/postgresql-ocaml" +doc: "https://mmottl.github.io/postgresql-ocaml/api" +bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues" +depends: [ + "dune" {>= "2.7"} + "ocaml" {>= "4.12"} + "dune-configurator" + "conf-postgresql" {build} + "base-bytes" + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/mmottl/postgresql-ocaml.git" +url { + src: + "https://github.com/mmottl/postgresql-ocaml/releases/download/5.1.1/postgresql-5.1.1.tbz" + checksum: [ + "sha256=ed6bbfcdc65ebeffa8e003e27d41f913aede8f8a359d20064cb51fa8320373dd" + "sha512=1ed5918393a219e007e050b0e165481565e4ec6bd9dea84633dfe1ebbc32876bb040199c9c29356a84ad0f043c60a020b9d3ab46d4e682d85fd63914e114e7ff" + ] +} +x-commit-hash: "7f65e09c242e67e31de5516c0054e5a71eb007ef"