opam-version: "2.0" maintainer: "Petter A. Urkedal " authors: "Petter A. Urkedal " license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/paurkedal/ocaml-caqti/" doc: "http://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" "caqti" {>= "1.1.0" & < "1.2.0~"} "dune" "postgresql" ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" synopsis: "PostgreSQL driver for Caqti based on C bindings" url { src: "https://github.com/paurkedal/ocaml-caqti/releases/download/v1.1.0/caqti-v1.1.0.tbz" checksum: [ "md5=1dbae4092760be0813823a1936dec1c6" "sha256=9635da1efb377fc4477a573f8292d4afd781e20dae17e2da7250dc7fbfec5170" ] }