Skip to content

Commit b3b872a

Browse files
authored
Merge pull request #28344 from dinosaure/release-vif-v0.0.1_beta1
[new release] vif (0.0.1~beta1)
2 parents d6bf52b + 80f76f8 commit b3b872a

File tree

1 file changed

+50
-0
lines changed
  • packages/vif/vif.0.0.1~beta1

1 file changed

+50
-0
lines changed

packages/vif/vif.0.0.1~beta1/opam

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
opam-version: "2.0"
2+
maintainer: "Robur <[email protected]>"
3+
authors: ["Robur <[email protected]>"]
4+
homepage: "https://github.com/robur-coop/vif"
5+
dev-repo: "git+https://github.com/robur-coop/vif.git"
6+
bug-reports: "https://github.com/robur-coop/vif/issues"
7+
license: "MIT"
8+
9+
depends: [
10+
"ocaml" {>= "5.3.0"}
11+
"dune" {>= "3.0.0"}
12+
"uri" {>= "4.4.0"}
13+
"fmt" {>= "0.11.0"}
14+
"bos" {>= "0.2.1"}
15+
"logs" {>= "0.9.0"}
16+
"fpath" {>= "0.7.3"}
17+
"bytesrw"
18+
"jsont" {>= "0.2.0"}
19+
"cmdliner" {>= "1.3.0"}
20+
"httpcats" {>= "0.1.0"}
21+
"tyre" {>= "0.5"}
22+
"mirage-crypto-rng-miou-unix"
23+
"jsonm" {>= "1.0.2"}
24+
"decompress" {>= "1.5.0"}
25+
"conan-unix" {>= "0.0.6"}
26+
"conan-database"
27+
"multipart_form-miou"
28+
"hmap"
29+
"tyxml" {>= "4.6.0"}
30+
"hurl" {with-test}
31+
]
32+
conflicts: [ "result" {< "1.5"} ]
33+
build: [
34+
["dune" "subst"] {dev}
35+
["dune" "build" "-p" name "-j" jobs]
36+
]
37+
run-test: [
38+
[ "dune" "runtest" "-p" name "-j1" ] {arch != "s390x"}
39+
]
40+
synopsis: "A simple web framework for OCaml 5"
41+
x-ci-accept-failures: ["debian-11"]
42+
url {
43+
src:
44+
"https://github.com/robur-coop/vif/releases/download/v0.0.1_beta1/vif-0.0.1.beta1.tbz"
45+
checksum: [
46+
"sha256=fc6c97461e5f4f770af2653beecc5323e35d114270470df18004be0835048bbf"
47+
"sha512=ed503ae8f3130705058f994e12520d2da856f53dcd4e85e4e441d9d2db9471d0be4344eb7fe34c254ddfdefddf0169b132522e0091277d29c5ac7d6ffcf6f5fc"
48+
]
49+
}
50+
x-commit-hash: "f270d11de6f06dbc1234d0f7771d339a87e0d78c"

0 commit comments

Comments
 (0)