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.0" & < "3.11" } 10 "ocaml" { >= "4.14" } 11 "octez-libs" { = version } 12 "octez-shell-libs" { = version } 13 "cohttp-lwt-unix" { >= "5.2.0" } 14 "octez-node-config" { = version } 15 "prometheus-app" { >= "1.2" } 16 "tezos-dal-node-lib" { = version } 17 "tezos-dac-lib" { = version } 18 "tezos-dac-client-lib" { = version } 19 "octez-injector" { = version } 20 "octez-version" { = version } 21 "octez-l2-libs" { = version } 22 "octez-crawler" { = version } 23] 24build: [ 25 ["rm" "-r" "vendors" "contrib"] 26 ["dune" "build" "-p" name "-j" jobs] 27 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 28] 29synopsis: "Octez: library for Smart Rollup node" 30url { 31 src: "https://gitlab.com/tezos/tezos/-/archive/v18.1/tezos-18.1.tar.gz" 32 checksum: [ 33 "sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d" 34 "sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a" 35 ] 36} 37conflicts: [ 38 "stdcompat" {< "19"} 39]