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.08.0" } "sqlite3" "seq" "qtest" {with-test & >= "2.10.1" } "qcheck" {with-test & >= "0.9"} "odoc" {with-doc} ] x-ci-accept-failures: [ "centos-7" # sqlite is too old "oraclelinux-7" # sqlite is too old ] 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/v0.4.tar.gz" checksum: [ "md5=51fde3317b49c4ebe291e051305eb8b2" "sha512=8877de631d6bfaad4a85402b159af6948c2ba17193424fb4d3f0bf614f92b97cd0e49f4a7ad6acb0034ecd6b30264f9531e19b8a55fb57944def2a168016deaf" ] }