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.0.0" & < "1.1.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.0.0/caqti-1.0.0.tbz" checksum: [ "md5=6fb535971d307094a9f0bfb05ddc711c" "sha256=016e4649710b8ba530642aa706fa62ae65224f18d6791df63554451a430eb3dd" ] }