opam-version: "2.0"
authors: ["Simon Cruanes"]
maintainer: "simon.cruanes.2007@m4x.org"
license: "MIT"
synopsis: "High-level wrapper around ocaml-sqlite3"
build: [
  ["dune" "build" "@install" "-p" name "-j" jobs]
  ["dune" "build" "@doc" "-p" name] {with-doc}
  ["dune" "runtest" "-p" name] {with-test}
]
depends: [
  "dune" { >= "1.1" }
  "ocaml" { >= "4.03.0" }
  "sqlite3"
  "seq"
  "qtest" {with-test & >= "2.10.1" }
  "qcheck" {with-test & < "0.14"}
  "odoc" {with-doc}
]
tags: [ "sqlite3" "gadt" "typed" "sql" ]
homepage: "https://github.com/c-cube/sqlite3_utils/"
doc: "https://c-cube.github.io/sqlite3_utils/"
bug-reports: "https://github.com/c-cube/sqlite3_utils/issues"
dev-repo: "git+https://github.com/c-cube/sqlite3_utils.git"
url {
  src: "https://github.com/c-cube/sqlite3_utils/archive/0.1.tar.gz"
  checksum: [
    "md5=3d785eea94e5719d54d050c8939e7259"
    "sha512=4ff14524f809daa789c9eee34d187f112a93a0deb4dcc0e8a06f8926dd06f60b839bdffd4b38de3ef9ddb7307b38c2d5810cbd6ad96f22d104330dbf23ec9c15"
  ]
}
