-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
30 lines (30 loc) · 976 Bytes
/
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
opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: ["Tezos devteam"]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
"dune" {>= "3.0" & < "3.11"}
"ocaml" { >= "4.14" & < "5.0" }
"uri" { >= "3.1.0" }
"fmt" { >= "0.8.7" }
"qcheck-alcotest" { >= "0.20" }
"lwt" { >= "5.6.0" }
"pure-splitmix" { = "0.3" }
"data-encoding" { >= "0.7.1" & < "1.0.0" }
]
build: [
["rm" "-r" "vendors"]
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos-agnostic test helpers"
url {
src: "https://gitlab.com/tezos/tezos/-/archive/v17.3/tezos-17.3.tar.gz"
checksum: [
"sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680"
"sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc"
]
}