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 "base" {build & < "v0.17"} 27 "stdio" {build} 28 "conf-postgresql" {build} 29 "base-bytes" 30] 31url { 32 src: 33 "https://github.com/mmottl/postgresql-ocaml/releases/download/4.6.1/postgresql-4.6.1.tbz" 34 checksum: [ 35 "sha256=e7b5819b6c2ffb524b08ecb7f28d4ef7c53c2f722428c5f6cc5e8e26ccceaa08" 36 "sha512=282fbeca893a5540e6e73151a0e453116c76acc8eafa4ccc3b77e8a057a1548e0b449c021e3c103c3bad17afe20bc745e958259c08f101d1376a50a6201e2c45" 37 ] 38}