opam-version: "2.0" maintainer: "Petter A. Urkedal " authors: [ "Petter A. Urkedal " "James Owen " ] license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" homepage: "https://github.com/paurkedal/ocaml-caqti/" doc: "https://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "alcotest" {with-test & >= "1.5.0"} "ocaml" "caqti" {>= "2.0.0" & < "2.1.0~"} "cmdliner" {with-test & >= "1.1.0"} "dune" {>= "2.5"} "odoc" {with-doc} "postgresql" {>= "5.0.0"} "uri" {>= "4.0.0"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ] 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/v2.0.1/caqti-v2.0.1.tbz" checksum: [ "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" ] } x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"