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 LGPL-3.0-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 "alcotest" {with-test & >= "1.5.0"}
13 "ocaml"
14 "caqti" {>= "1.9.0" & < "1.10.0~"}
15 "cmdliner" {with-test & >= "1.1.0"}
16 "dune" {>= "2.0"}
17 "odoc" {with-doc}
18 "postgresql" {>= "5.0.0"}
19 "uri" {>= "4.0.0"}
20]
21build: [
22 ["dune" "build" "-p" name "-j" jobs]
23 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
24 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
25]
26dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
27synopsis: "PostgreSQL driver for Caqti based on C bindings"
28url {
29 src:
30 "https://github.com/paurkedal/ocaml-caqti/releases/download/v1.9.1/caqti-v1.9.1.tbz"
31 checksum: [
32 "sha256=3d0060241371dc8704ebfbf23487f6e9adb14ad536d8b0617dff1e33a50f689e"
33 "sha512=5350f540c8b24a0a0e7a615b05cdb769793d0d742bd7c1a9c2c92ff7e72248f2d2ee36a9dad6919466ab2df96c886f17d454477880c56fa267a29439b384680b"
34 ]
35}
36x-commit-hash: "cba1047b9e318bc450be72ab9dfb302aac8e4a78"