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" { >= "3.11.1" } 10 "ocaml" { >= "4.14" } 11 "octez-libs" { = version } 12 "octez-shell-libs" { = version } 13 "octez-protocol-017-PtNairob-libs" { = version } 14 "tezos-protocol-017-PtNairob" { = version } 15 "tezos-dal-node-services" { = version } 16 "tezos-dal-node-lib" { = version } 17 "tezos-dac-lib" { = version } 18 "octez-l2-libs" { = version } 19 "octez-crawler" { = version } 20 "data-encoding" { >= "1.0.1" & < "1.1" } 21 "octez-internal-libs" { = version } 22 "aches" { >= "1.0.0" } 23 "aches-lwt" { >= "1.0.0" } 24 "octez-injector" { = version } 25 "octez-smart-rollup-node-lib" { = version } 26 "octez-version" { = version } 27] 28conflicts: [ 29 "checkseum" { = "0.5.0" } 30] 31build: [ 32 ["rm" "-r" "vendors" "contrib"] 33 ["dune" "build" "-p" name "-j" jobs] 34 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 35] 36synopsis: "Protocol specific (for 017-PtNairob) library for smart rollup node" 37url { 38 src: "https://gitlab.com/tezos/tezos/-/archive/octez-v20.1/tezos-octez-v20.1.tag.bz2" 39 checksum: [ 40 "sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61" 41 "sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65" 42 ] 43} 44available: os != "win32"