this repo has no description
1opam-version: "2.0" 2maintainer: "contact@tezos.com" 3authors: [ "Tezos devteam" ] 4homepage: "https://www.tezos.com/" 5bug-reports: "https://gitlab.com/tezos/tezos/issues" 6dev-repo: "git+https://gitlab.com/tezos/tezos.git" 7license: "MIT" 8depends: [ 9 "dune" { >= "2.5" } 10 "tezos-base" { = version } 11 "irmin" { >= "2.7.2" & < "2.8" } 12 "irmin-pack" { >= "2.7.2" & < "2.8" } 13 "digestif" {>= "0.7.3"} 14 "tezos-shell-services" { = version } 15 "alcotest-lwt" { with-test & >= "1.1.0" } 16] 17build: [ 18 ["rm" "-r" "vendors"] 19 ["dune" "build" "-p" name "-j" jobs] 20 ["mv" "src/lib_context/%{name}%.install" "./"] 21 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 22] 23synopsis: "Tezos: on-disk context abstraction for `tezos-node`" 24 25url { 26 src: "https://gitlab.com/tezos/tezos/-/archive/v10.2/tezos-v10.2.tar.bz2" 27 checksum: [ 28 "sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2" 29 "sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93" 30 ] 31}