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.03.0" } 14 "sqlite3" 15 "seq" 16 "qtest" {with-test & >= "2.10.1" } 17 "qcheck" {with-test & >= "0.9" & < "0.14"} 18 "odoc" {with-doc} 19] 20tags: [ "sqlite3" "gadt" "typed" "sql" ] 21homepage: "https://github.com/c-cube/sqlite3_utils/" 22doc: "https://c-cube.github.io/sqlite3_utils/" 23bug-reports: "https://github.com/c-cube/sqlite3_utils/issues" 24dev-repo: "git+https://github.com/c-cube/sqlite3_utils.git" 25url { 26 src: "https://github.com/c-cube/sqlite3_utils/archive/0.3.tar.gz" 27 checksum: [ 28 "md5=28e87b77d099b133a7b82d29fc564c20" 29 "sha512=0d04156cbc7257e650fa73c0e4a7888b987b23c00632df2bee1c2f899f0df364b35bea5f729da7ddc393e98962e51ee229c1475a8a623ef450d9ca4c2a1c7900" 30 ] 31}