-
Notifications
You must be signed in to change notification settings - Fork 36
/
caqti-async.opam
32 lines (32 loc) · 1017 Bytes
/
caqti-async.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
opam-version: "2.0"
name: "caqti-async"
maintainer: "Petter A. Urkedal <[email protected]>"
authors: "Petter A. Urkedal <[email protected]>"
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
homepage: "https://github.com/paurkedal/ocaml-caqti/"
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"async_kernel" {>= "v0.17.0"}
"async_unix" {>= "v0.11.0"}
"caqti" {>= "2.1.0" & < "2.2.0~"}
"core" {>= "v0.16.1"}
"core_unix"
"domain-name"
"dune" {>= "3.9"}
"ipaddr"
"logs"
"ocaml"
"alcotest" {with-test & >= "1.5.0"}
"alcotest-async" {with-test}
"cmdliner" {with-test & >= "1.1.0"}
"caqti-driver-sqlite3" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
synopsis: "Async support for Caqti"