opam-version: "2.0"
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
authors: [
  "Petter A. Urkedal <paurkedal@gmail.com>"
  "James Owen <james@cryptosense.com>"
]
license: "LGPL-3.0-or-later WITH OCaml-LGPL-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: [
  "ocaml"
  "caqti" {>= "1.4.0" & < "1.5.0~"}
  "dune" {>= "1.11"}
  "postgresql" {>= "5.0.0"}
]
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"
x-commit-hash: "c65b8d6094b00eb8de615f0b3459ad5c2718d52b"
url {
  src:
    "https://github.com/paurkedal/ocaml-caqti/releases/download/v1.4.0/caqti-v1.4.0.tbz"
  checksum: [
    "sha256=9501f0bed11ae4c134824a1cfd2072614de46d56ee30c84245c040ef53e9dc46"
    "sha512=56bfd42ab4f85d369b3a317047d8172172239ee7b2989b2b9c4a8d39349c5bd504cca54180a526c23486613ebe57c89f8be143007f6873089dc7d48bd03267f1"
  ]
}
