-
Notifications
You must be signed in to change notification settings - Fork 36
/
caqti-miou.opam
27 lines (27 loc) · 949 Bytes
/
caqti-miou.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
opam-version: "2.0"
name: "caqti-miou"
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
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: [
"caqti" {>= "2.1.0" & < "2.2.0~"}
"dune" {>= "3.9"}
"miou" {>= "0.3.0"}
"logs"
"ocaml" {>= "5.0.0~"}
"alcotest" {with-test & >= "1.5.0"}
"caqti-driver-sqlite3" {with-test}
"cmdliner" {with-test & >= "1.1.0"}
"mirage-crypto-rng-miou-unix" {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: "Miou support for Caqti"