Skip to content

Commit 44f15ea

Browse files
authored
Merge pull request ocaml#22830 from raphael-proust/opam-publish-tezt.3.0.0
Package tezt.3.0.0
2 parents 571829b + c58c3f1 commit 44f15ea

File tree

1 file changed

+35
-0
lines changed
  • packages/tezt/tezt.3.0.0

1 file changed

+35
-0
lines changed

packages/tezt/tezt.3.0.0/opam

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["Tezos devteam"]
4+
homepage: "https://gitlab.com/nomadic-labs/tezt/"
5+
bug-reports: "https://gitlab.com/nomadic-labs/tezt/issues"
6+
dev-repo: "git+https://gitlab.com/nomadic-labs/tezt.git"
7+
license: "MIT"
8+
depends: [
9+
"dune" { >= "3.0" }
10+
"ocaml" { >= "4.12" }
11+
"re" { >= "1.7.2" }
12+
"lwt" { >= "5.6.0" }
13+
"base-unix"
14+
"ezjsonm" { >= "1.1.0" }
15+
]
16+
depopts: [
17+
"js_of_ocaml"
18+
"js_of_ocaml-lwt"
19+
]
20+
conflicts: [
21+
"js_of_ocaml" { ! (>= "4.0.0" & < "5.0.0") }
22+
"js_of_ocaml-lwt" { ! (>= "4.0.0" & < "5.0.0") }
23+
]
24+
build: [
25+
["dune" "build" "-p" name "-j" jobs]
26+
]
27+
synopsis: "Test framework for unit tests, integration tests, and regression tests"
28+
url {
29+
src:
30+
"https://gitlab.com/nomadic-labs/tezt/-/archive/3.0.0/tezt-3.0.0.tar.bz2"
31+
checksum: [
32+
"md5=362773eb411d8a62fd3c6ec25c5a1f0e"
33+
"sha512=c56c705b28f4399223576563f4ca0168c818adc57d9f0710cd1eaa5185fc26cf321de5f6f3ede7125ce5f5922c5e0456d3044c23acc6fa12b466fe23ca9d48a7"
34+
]
35+
}

0 commit comments

Comments
 (0)