this repo has no description
1opam-version: "2.0"
2synopsis: "Bindings to the PostgreSQL library"
3description:
4 "Postgresql offers library functions for accessing PostgreSQL databases."
5maintainer: ["Markus Mottl <markus.mottl@gmail.com>"]
6authors: [
7 "Alain Frisch <alain.frisch@lexifi.com>"
8 "Markus Mottl <markus.mottl@gmail.com>"
9 "Petter Urkedal <paurkedal@gmail.com>"
10]
11license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
12homepage: "https://mmottl.github.io/postgresql-ocaml"
13doc: "https://mmottl.github.io/postgresql-ocaml/api"
14bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues"
15depends: [
16 "dune" {>= "2.7"}
17 "ocaml" {>= "4.12"}
18 "dune-configurator"
19 "conf-postgresql" {build}
20 "odoc" {with-doc}
21]
22build: [
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]
36dev-repo: "git+https://github.com/mmottl/postgresql-ocaml.git"
37url {
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}
45x-commit-hash: "8f8f2232502f0d76b1991614e91540c599bc0d91"