this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] postgresql (5.1.3)

CHANGES:

- Fixed cross-compilation in discover process.

Thanks to Antonio Nuno Monteiro for the patch.

+45
+45
packages/postgresql/postgresql.5.1.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings to the PostgreSQL library" 3 + description: 4 + "Postgresql offers library functions for accessing PostgreSQL databases." 5 + maintainer: ["Markus Mottl <markus.mottl@gmail.com>"] 6 + authors: [ 7 + "Alain Frisch <alain.frisch@lexifi.com>" 8 + "Markus Mottl <markus.mottl@gmail.com>" 9 + "Petter Urkedal <paurkedal@gmail.com>" 10 + ] 11 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 12 + homepage: "https://mmottl.github.io/postgresql-ocaml" 13 + doc: "https://mmottl.github.io/postgresql-ocaml/api" 14 + bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues" 15 + depends: [ 16 + "dune" {>= "2.7"} 17 + "ocaml" {>= "4.12"} 18 + "dune-configurator" 19 + "conf-postgresql" {build} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/mmottl/postgresql-ocaml.git" 37 + url { 38 + src: 39 + "https://github.com/mmottl/postgresql-ocaml/releases/download/5.1.3/postgresql-5.1.3.tbz" 40 + checksum: [ 41 + "sha256=462a553fc9a3fad6303bc2eb5404af55cdfa6402588cc238c7a523e49e74130c" 42 + "sha512=ebbf7f34be0e490a94d98365fcd6f64b2727f9b9beff23dc0a4d16a4b8333b321f6aec6a58ac03cb8a10f47fffdf13fa26dc5f909a1f4056ca51b49b9d934e7c" 43 + ] 44 + } 45 + x-commit-hash: "8f8f2232502f0d76b1991614e91540c599bc0d91"