-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
34 lines (33 loc) · 1.02 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
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" { >= "2.9" }
"tezos-stdlib" { = version }
"data-encoding" { >= "0.4" & < "0.5" }
"lwt-canceler" { >= "0.3" & < "0.4" }
"tezos-lwt-result-stdlib" { = version }
"alcotest" { with-test & >= "1.5.0" }
]
conflicts: [
"result" {< "1.5"}
]
build: [
["rm" "-r" "vendors"]
["dune" "build" "-p" name "-j" jobs]
["mv" "src/lib_error_monad/%{name}%.install" "./"]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: error monad"
available: false
url {
src: "https://gitlab.com/tezos/tezos/-/archive/v12.0/tezos-v12.0.tar.bz2"
checksum: [
"sha256=86bbc6617bde7cb13fea55aa9999fe9d2fb5fa4f50e0926f602e19c88fc07621"
"sha512=a52726f4e140b93c14c92e89e558540af37f30d21edb8537ae54c0090de62da7f46e82cca4415d395e33740e22f5248a11cb982a1344140e639a364e43af865f"
]
}