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 "async" {>= "v0.11.0" & < "v0.13"} 16 "caqti" {= "0.10.2"} 17 "caqti-dynload" {with-test & = "0.10.2"} 18 "caqti-driver-sqlite3" {with-test & = "0.10.2"} 19 "core" {< "v0.13"} 20 "jbuilder" {>= "1.0+beta19"} 21] 22synopsis: "Async support for Caqti" 23url { 24 src: 25 "https://github.com/paurkedal/ocaml-caqti/releases/download/v0.10.2/caqti-0.10.2.tbz" 26 checksum: [ 27 "sha256=d688bd22f6fde5be5a755900545fade0d5fdce6dbcb0b85770d02dad87c41e7c" 28 "md5=d18745a703da336054c0d27e78f8be8a" 29 ] 30}