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.1.tar.gz" 27 checksum: [ 28 "md5=3d785eea94e5719d54d050c8939e7259" 29 "sha512=4ff14524f809daa789c9eee34d187f112a93a0deb4dcc0e8a06f8926dd06f60b839bdffd4b38de3ef9ddb7307b38c2d5810cbd6ad96f22d104330dbf23ec9c15" 30 ] 31}