this repo has no description
1opam-version: "2.0"
2maintainer: "Markus Mottl <markus.mottl@gmail.com>"
3authors: [
4 "Alain Frisch <alain.frisch@lexifi.com>"
5 "Markus Mottl <markus.mottl@gmail.com>"
6 "Petter Urkedal <paurkedal@gmail.com>"
7]
8license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9homepage: "https://mmottl.github.io/postgresql-ocaml"
10doc: "https://mmottl.github.io/postgresql-ocaml/api"
11dev-repo: "git+https://github.com/mmottl/postgresql-ocaml.git"
12bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues"
13
14build: [
15 ["dune" "subst"] {dev}
16 ["dune" "build" "-p" name "-j" jobs]
17]
18
19depends: [
20 "ocaml" {>= "4.08"}
21 "dune" {>= "1.7.0"}
22 "base" {build & < "v0.17"}
23 "stdio" {build}
24 "base-bytes"
25 "conf-postgresql" {build}
26]
27
28synopsis: "Bindings to the PostgreSQL library"
29
30description: """
31Postgresql offers library functions for accessing PostgreSQL databases."""
32url {
33 src:
34 "https://github.com/mmottl/postgresql-ocaml/releases/download/4.5.1/postgresql-4.5.1.tbz"
35 checksum: [
36 "sha256=de42225cfcddb173352dcdeeba09594eae1c11c549480eef9fc623a3ca1b2e50"
37 "sha512=14875b271b85365c81a9a8fe614c50fe0205443cdd34e04cb1c727956f161cb310ac2acaf4790e8eace972e5c7d21a4bc7e39735d518f5a019410954f3ed62ba"
38 ]
39}