this repo has no description
1opam-version: "2.0" 2maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3authors: "Petter A. Urkedal <paurkedal@gmail.com>" 4license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception" 5homepage: "https://github.com/paurkedal/ocaml-caqti/" 6doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 7bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 8depends: [ 9 "ocaml" 10 "caqti" {>= "1.2.1" & < "1.2.3~"} 11 "dune" {>= "1.11"} 12 "sqlite3" 13] 14build: [ 15 ["dune" "build" "-p" name "-j" jobs] 16 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 17] 18dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 19synopsis: "Sqlite3 driver for Caqti using C bindings" 20url { 21 src: 22 "https://github.com/paurkedal/ocaml-caqti/releases/download/v1.2.1/caqti-v1.2.1.tbz" 23 checksum: [ 24 "sha256=8622429654c374774a637d5434182863800bafa1dcc86ddded3ff24a86a55e44" 25 "sha512=5dd1398bd0b2ee21d1dead6a6dc07a35c8ec72e738f0cc3add1f1846f8ea73a0e19c8cd99e316f8e752d020aac396265d0da5d331d9c21bdcb61b8a5266e7b5d" 26 ] 27}