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.9" & < "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.3.tar.gz" checksum: [ "md5=28e87b77d099b133a7b82d29fc564c20" "sha512=0d04156cbc7257e650fa73c0e4a7888b987b23c00632df2bee1c2f899f0df364b35bea5f729da7ddc393e98962e51ee229c1475a8a623ef450d9ca4c2a1c7900" ] }