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