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: [
21 "centos-7" # sqlite is too old
22 "oraclelinux-7" # sqlite is too old
23]
24tags: [ "sqlite3" "gadt" "typed" "sql" ]
25homepage: "https://github.com/c-cube/sqlite3_utils/"
26doc: "https://c-cube.github.io/sqlite3_utils/"
27bug-reports: "https://github.com/c-cube/sqlite3_utils/issues"
28dev-repo: "git+https://github.com/c-cube/sqlite3_utils.git"
29url {
30 src: "https://github.com/c-cube/sqlite3_utils/archive/v0.4.tar.gz"
31 checksum: [
32 "md5=51fde3317b49c4ebe291e051305eb8b2"
33 "sha512=8877de631d6bfaad4a85402b159af6948c2ba17193424fb4d3f0bf614f92b97cd0e49f4a7ad6acb0034ecd6b30264f9531e19b8a55fb57944def2a168016deaf"
34 ]
35}