opam-version: "2.0" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ["dune" "build" "-p" name "@doc"] {with-doc} ] maintainer: ["Markus Mottl "] authors: [ "Alain Frisch " "Markus Mottl " "Petter Urkedal " ] bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues" homepage: "https://mmottl.github.io/postgresql-ocaml" doc: "https://mmottl.github.io/postgresql-ocaml/api" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/mmottl/postgresql-ocaml.git" synopsis: "Bindings to the PostgreSQL library" description: "Postgresql offers library functions for accessing PostgreSQL databases." depends: [ "ocaml" {>= "4.08"} "dune" {>= "1.10"} "dune-configurator" "conf-postgresql" {build} "base-bytes" ] url { src: "https://github.com/mmottl/postgresql-ocaml/releases/download/5.0.0/postgresql-5.0.0.tbz" checksum: [ "sha256=9ccd405bf2a4811d86995102b0837f07230f30d05ed620b9d05fa66f607ef9d8" "sha512=5f5780327c776d69e208efe531c0dfd2cdab900fc26f8e0db698e777b386b3cc993df3af6e1cb5805dfcd003160d7e48d5c87cc73664698e96089fe0ac24cc42" ] }