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" } "ocaml" { >= "4.14" & < "5.0" } "ppx_expect" "lwt-watcher" { = "0.2" } "lwt-canceler" { >= "0.3" & < "0.4" } "prometheus" { >= "1.2" } "tezos-base" { = version } "tezos-rpc" { = version } "tezos-context" { = version } "tezos-store" { = version } "tezos-protocol-environment" { = version } "tezos-context-ops" { = version } "tezos-shell-context" { = version } "tezos-p2p" { = version } "tezos-stdlib-unix" { = version } "tezos-shell-services" { = version } "tezos-p2p-services" { = version } "tezos-protocol-updater" { = version } "tezos-requester" { = version } "tezos-workers" { = version } "tezos-validation" { = version } "tezos-version" { = version } "lwt-exit" "tezt" { with-test & >= "3.1.0" } "tezos-base-test-helpers" { with-test & = version } "tezos-embedded-protocol-demo-noops" { with-test & = version } "tezos-event-logging-test-helpers" { with-test & = version } "tezos-test-helpers" { with-test & = version } "octez-alcotezt" { with-test & = version } ] build: [ ["rm" "-r" "vendors"] ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } ] synopsis: "Tezos: core of `octez-node` (gossip, validation scheduling, mempool, ...)" url { src: "https://gitlab.com/tezos/tezos/-/archive/v17.3/tezos-17.3.tar.gz" checksum: [ "sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680" "sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc" ] }