-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvif.opam
More file actions
46 lines (45 loc) · 1.12 KB
/
vif.opam
File metadata and controls
46 lines (45 loc) · 1.12 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
opam-version: "2.0"
maintainer: "Robur <team@robur.coop>"
authors: ["Robur <team@robur.coop>"]
homepage: "https://github.com/robur-coop/vif"
dev-repo: "git+https://github.com/robur-coop/vif.git"
bug-reports: "https://github.com/robur-coop/vif/issues"
license: "MIT"
depends: [
"ocaml" {>= "5.3.0"}
"dune" {>= "3.0.0"}
"uri" {>= "4.4.0"}
"fmt" {>= "0.11.0"}
"bos" {>= "0.2.1"}
"logs" {>= "0.9.0"}
"fpath" {>= "0.7.3"}
"bytesrw"
"flux" {>= "0.0.1~beta2"}
"fluxt" {>= "0.0.1~beta2"}
"jsont" {>= "0.2.0"}
"cmdliner" {>= "1.3.0"}
"httpcats" {>= "0.2.0"}
"tyre" {>= "1.0"}
"mirage-crypto-rng-miou-unix"
"decompress" {>= "1.5.0"}
"conan-unix" {>= "0.0.6"}
"conan-database"
"multipart_form-miou"
"hmap"
"tyxml" {>= "4.6.0"}
"hurl" {with-test}
"jwto" {with-test}
"caqti-miou" {with-test}
"caqti-driver-sqlite3" {with-test}
"brr" {with-test}
]
conflicts: [ "result" {< "1.5"} ]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
run-test: [
[ "dune" "runtest" "-p" name "-j1" ] {arch != "s390x"}
]
synopsis: "A simple web framework for OCaml 5"
x-ci-accept-failures: ["debian-11"]