this repo has no description

[new release] postgresql (5.1.3)

CHANGES:

- Fixed cross-compilation in discover process.

Thanks to Antonio Nuno Monteiro for the patch.

Changed files
+45
packages
postgresql
postgresql.5.1.3
+45
packages/postgresql/postgresql.5.1.3/opam
···
+
opam-version: "2.0"
+
synopsis: "Bindings to the PostgreSQL library"
+
description:
+
"Postgresql offers library functions for accessing PostgreSQL databases."
+
maintainer: ["Markus Mottl <markus.mottl@gmail.com>"]
+
authors: [
+
"Alain Frisch <alain.frisch@lexifi.com>"
+
"Markus Mottl <markus.mottl@gmail.com>"
+
"Petter Urkedal <paurkedal@gmail.com>"
+
]
+
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}
+
"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.3/postgresql-5.1.3.tbz"
+
checksum: [
+
"sha256=462a553fc9a3fad6303bc2eb5404af55cdfa6402588cc238c7a523e49e74130c"
+
"sha512=ebbf7f34be0e490a94d98365fcd6f64b2727f9b9beff23dc0a4d16a4b8333b321f6aec6a58ac03cb8a10f47fffdf13fa26dc5f909a1f4056ca51b49b9d934e7c"
+
]
+
}
+
x-commit-hash: "8f8f2232502f0d76b1991614e91540c599bc0d91"