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" & < "3.11"} "ocaml" { >= "4.14" & < "5.0" } "ppx_expect" "hex" { >= "1.3.0" } "zarith" { >= "1.12" & < "1.13" } "zarith_stubs_js" "lwt" { >= "5.6.0" } "aches" { >= "1.0.0" } "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" { with-test & = version } "bigstring" {with-test} "tezos-test-helpers" { with-test & = version } "qcheck-alcotest" { with-test & >= "0.20" } "lwt_log" {with-test} ] build: [ ["rm" "-r" "vendors"] ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] { with-test & ocaml:native } ] synopsis: "Tezos: yet-another local-extension of the OCaml standard library" url { src: "https://gitlab.com/tezos/tezos/-/archive/v17.3/tezos-17.3.tar.gz" checksum: [ "sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680" "sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc" ] }