this repo has no description
1opam-version: "2.0"
2authors: ["Petter A. Urkedal"]
3maintainer: "paurkedal@gmail.com"
4homepage: "https://github.com/paurkedal/ocaml-caqti/"
5bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
6dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
7license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception"
8
9build: [
10 ["jbuilder" "build" "-p" name "-j" jobs]
11 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
12]
13depends: [
14 "ocaml"
15 "caqti" {= "0.10.2"}
16 "jbuilder" {>= "1.0+beta19"}
17 "sqlite3"
18]
19synopsis: "Sqlite3 driver for Caqti using C bindings"
20url {
21 src:
22 "https://github.com/paurkedal/ocaml-caqti/releases/download/v0.10.2/caqti-0.10.2.tbz"
23 checksum: [
24 "sha256=d688bd22f6fde5be5a755900545fade0d5fdce6dbcb0b85770d02dad87c41e7c"
25 "md5=d18745a703da336054c0d27e78f8be8a"
26 ]
27}