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" } "tezos-base" { = version } "tezos-stdlib-unix" { = version } "cohttp-lwt-unix" { >= "4.0.0" & != "5.1.0" } "resto-cohttp-server" { >= "1.0" & < "1.2" } "resto-acl" { >= "1.0" } "tezos-rpc" { = version } "tezos-rpc-http" { = version } "tezt" { with-test & >= "3.1.0" } "tezos-stdlib" { with-test & = version } "tezos-test-helpers" { with-test & = version } "tezos-base-test-helpers" { with-test & = version } "qcheck-alcotest" { with-test & >= "0.20" } "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: library of auto-documented RPCs (http server)" url { src: "https://gitlab.com/tezos/tezos/-/archive/v17.3/tezos-17.3.tar.gz" checksum: [ "sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680" "sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc" ] }