-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
48 lines (48 loc) · 1.68 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
39
40
41
42
43
44
45
46
47
48
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" }
"ppx_expect"
"tezos-base" { = version }
"tezos-clic" { = version }
"tezos-shell-services" { = version }
"tezos-client-base" { = version }
"tezos-protocol-015-PtLimaPt" { = version }
"tezos-mockup-registration" { = version }
"tezos-proxy" { = version }
"tezos-signer-backends" { = version }
"tezos-protocol-plugin-015-PtLimaPt" { = version }
"tezos-rpc" { = version }
"uri" { >= "2.2.0" }
"tezos-micheline" { with-test & = version }
"tezos-base-test-helpers" { with-test & = version }
"tezos-test-helpers" { with-test & = version }
"alcotest-lwt" { with-test & >= "1.5.0" }
"qcheck-alcotest" { with-test & >= "0.18" }
"tezos-stdlib-unix" { = version }
"tezos-protocol-environment" { = version }
"tezos-mockup" { = version }
"tezos-mockup-commands" { = version }
"tezos-client-commands" { = version }
"tezos-client-base-unix" { = version }
"tezos-crypto" { = version }
]
build: [
["rm" "-r" "vendors"]
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`"
available: false
url {
src: "https://gitlab.com/tezos/tezos/-/archive/v15.1/tezos-15.1.tar.gz"
checksum: [
"sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508"
"sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d"
]
}