-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
38 lines (38 loc) · 1.24 KB
/
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
31
32
33
34
35
36
37
38
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" }
"ocaml" { >= "4.14" & < "5.0" }
"index" { >= "1.6.0" & < "1.7.0" }
"tezos-base" { = version }
"irmin-pack" { >= "3.6.1" & < "3.7.0" }
"irmin" { >= "3.6.1" & < "3.7.0" }
"aches-lwt" { >= "1.0.0" }
"tezos-stdlib-unix" { = version }
"tezos-context" { = version }
"tezt" { with-test & >= "3.1.0" }
"tezos-error-monad" { with-test & = version }
"qcheck-alcotest" { with-test & >= "0.20" }
"octez-alcotezt" { with-test & = version }
]
conflicts: [
"checkseum" { = "0.5.0" }
]
build: [
["rm" "-r" "vendors"]
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native }
]
synopsis: "Tezos: layer2 storage utils"
url {
src: "https://gitlab.com/tezos/tezos/-/archive/v17.3/tezos-17.3.tar.gz"
checksum: [
"sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680"
"sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc"
]
}