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.05"}
21 "dune" {>= "1.4.0"}
22 "dune-configurator"
23 "base" {build & < "v0.17"}
24 "stdio" {build}
25 "base-bytes"
26 "conf-postgresql" {build}
27]
28
29synopsis: "Bindings to the PostgreSQL library"
30
31description: """
32Postgresql offers library functions for accessing PostgreSQL databases."""
33url {
34 src:
35 "https://github.com/mmottl/postgresql-ocaml/releases/download/4.5.0/postgresql-4.5.0.tbz"
36 checksum: [
37 "sha256=1cca5b3da400e4de060b8e61e8aff9675f67204da27c16a5bc4ec0dca4ca0905"
38 "sha512=56f3719dc1cf7ae1cf7c71db16264c8737f9114851459edf1a46b5ee2c51ecebb8ed5428c003d243a5cd518cb66a8a007ba2d2d23d01a3b9b87567a0b9871c5c"
39 ]
40}