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" } "base-unix" "tezos-error-monad" { = version } "tezos-lwt-result-stdlib" { = version } "tezos-event-logging" { = version } "tezos-stdlib" { = version } "data-encoding" { >= "0.7.1" & < "1.0.0" } "aches-lwt" { >= "1.0.0" } "lwt" { >= "5.6.0" } "ipaddr" { >= "5.0.0" & < "6.0.0" } "re" { >= "1.9.0" } "ezjsonm" { >= "1.1.0" } "ptime" { >= "1.1.0" } "mtime" { >= "1.4.0" & < "2.0.0" } "lwt_log" "conf-libev" "uri" { >= "3.1.0" } "tezt" { with-test & >= "3.1.0" } "tezos-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} ] synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" url { src: "https://gitlab.com/tezos/tezos/-/archive/v17.3/tezos-17.3.tar.gz" checksum: [ "sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680" "sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc" ] }