this repo has no description
1opam-version: "2.0" 2authors: ["Simon Cruanes"] 3maintainer: "simon.cruanes.2007@m4x.org" 4license: "MIT" 5synopsis: "High-level wrapper around ocaml-sqlite3" 6build: [ 7 ["dune" "build" "@install" "-p" name "-j" jobs] 8 ["dune" "build" "@doc" "-p" name] {with-doc} 9 ["dune" "runtest" "-p" name] {with-test} 10] 11depends: [ 12 "dune" { >= "1.1" } 13 "ocaml" { >= "4.08.0" } 14 "sqlite3" 15 "seq" 16 "qtest" {with-test & >= "2.10.1" } 17 "qcheck" {with-test & >= "0.9"} 18 "odoc" {with-doc} 19] 20x-ci-accept-failures: [ "centos-7" "oraclelinux-7"] 21tags: [ "sqlite3" "gadt" "typed" "sql" ] 22homepage: "https://github.com/c-cube/sqlite3_utils/" 23doc: "https://c-cube.github.io/sqlite3_utils/" 24bug-reports: "https://github.com/c-cube/sqlite3_utils/issues" 25dev-repo: "git+https://github.com/c-cube/sqlite3_utils.git" 26url { 27 src: "https://github.com/c-cube/sqlite3_utils/archive/v0.5.tar.gz" 28 checksum: [ 29 "md5=18048ed6e9dff81d9836fa6bf6e3d6f1" 30 "sha512=3e5be9f49a6362c3a690186e74c6d5469d1ad0c699e576ce26b6726dcac476509852076650b4f6b625dfe3de36e54b8ee8c74c01261bfaf736ed2bed13a735df" 31 ] 32}