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: "Apache-2.0" 8depends: [ 9 "dune" { >= "3.11.1" } 10 "ocaml" { >= "4.14.1" & < "4.15" } 11 "tezt" { >= "4.0.0" & < "5.0.0" } 12 "uri" { >= "3.1.0" } 13 "fmt" { >= "0.8.7" } 14 "qcheck-alcotest" { >= "0.20" } 15 "lwt" { >= "5.7.0" } 16 "pure-splitmix" { = "0.3" } 17 "data-encoding" { >= "1.0.1" & < "1.1" } 18 "ppx_expect" 19 "hex" { >= "1.3.0" } 20 "zarith" { >= "1.13" & < "1.14" } 21 "zarith_stubs_js" { >= "0.16.1" } 22 "aches" { >= "1.0.0" } 23 "seqes" { >= "0.2" } 24 "lwt-canceler" { >= "0.3" & < "0.4" } 25 "hacl-star" { >= "0.7.1" & < "0.8" } 26 "hacl-star-raw" 27 "ctypes_stubs_js" 28 "ctypes" { >= "0.18.0" } 29 "ezjsonm" { >= "1.3.0" } 30 "resto" { >= "1.2" } 31 "resto-directory" { >= "1.2" } 32 "bls12-381" { = version } 33 "re" { >= "1.10.0" } 34 "secp256k1-internal" { >= "0.4.0" } 35 "alcotest" { >= "1.5.0" } 36 "bigarray-compat" 37 "eqaf" 38 "ppx_repr" { >= "0.6.0" } 39 "bigstringaf" { >= "0.5.0" } 40 "cmdliner" { >= "1.1.0" } 41 "base-unix" 42 "ppx_deriving" 43 "repr" 44 "stdint" 45 "logs" 46 "octez-distributed-lwt-internal" { = version } 47 "octez-alcotezt" { = version } 48 "aches-lwt" { >= "1.0.0" } 49 "ipaddr" { >= "5.3.0" & < "6.0.0" } 50 "ptime" { >= "1.1.0" } 51 "mtime" { >= "2.0.0" } 52 "conf-libev" 53 "uutf" 54 "ringo" { >= "1.0.0" } 55 "qcheck-core" {with-test} 56 "octez-internal-libs" { = version } 57 "conf-rust" 58 "integers" 59 "integers_stubs_js" 60 "tezos-rust-libs" { = "1.6" } 61 "tezos-sapling-parameters" { >= "1.1.0" } 62 "lwt-watcher" { = "0.2" } 63 "resto-cohttp" { >= "1.2" } 64 "resto-cohttp-client" { >= "1.2" } 65 "cohttp-lwt-unix" { >= "5.2.0" } 66 "resto-cohttp-server" { >= "1.2" } 67 "resto-acl" { >= "1.2" } 68 "bigstring" {with-test} 69] 70x-opam-monorepo-opam-provided: [ 71 "tezos-rust-libs" 72 "tezos-sapling-parameters" 73] 74conflicts: [ 75 "checkseum" { = "0.5.0" } 76 "hacl_x25519" 77 "result" { < "1.5" } 78 "stdcompat" {< "19"} 79] 80build: [ 81 ["rm" "-r" "vendors" "contrib"] 82 ["dune" "build" "-p" name "-j" jobs] 83 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 84] 85synopsis: "A package that contains multiple base libraries used by the Octez suite" 86url { 87 src: "https://gitlab.com/tezos/tezos/-/archive/octez-v20.1/tezos-octez-v20.1.tag.bz2" 88 checksum: [ 89 "sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61" 90 "sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65" 91 ] 92} 93available: os != "win32"