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 "dune-configurator"
26 "conf-postgresql" {build}
27 "base-bytes"
28]
29url {
30 src:
31 "https://github.com/mmottl/postgresql-ocaml/releases/download/5.0.0/postgresql-5.0.0.tbz"
32 checksum: [
33 "sha256=9ccd405bf2a4811d86995102b0837f07230f30d05ed620b9d05fa66f607ef9d8"
34 "sha512=5f5780327c776d69e208efe531c0dfd2cdab900fc26f8e0db698e777b386b3cc993df3af6e1cb5805dfcd003160d7e48d5c87cc73664698e96089fe0ac24cc42"
35 ]
36}