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