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" { >= "0.7.1" & < "1.0.0" } 18 "ppx_expect" 19 "hex" { >= "1.3.0" } 20 "zarith" { >= "1.12" & < "1.13" } 21 "zarith_stubs_js" 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" { >= "1.4.0" & < "2.0.0" } 52 "conf-libev" 53 "uutf" 54 "ringo" { >= "1.0.0" } 55 "qcheck-core" {with-test} 56 "irmin" { >= "3.7.2" & < "3.8.0" } 57 "irmin-pack" { >= "3.7.2" & < "3.8.0" } 58 "conf-rust" 59 "integers" 60 "integers_stubs_js" 61 "tezos-rust-libs" { = "1.6" } 62 "tezos-sapling-parameters" { >= "1.1.0" } 63 "lwt-watcher" { = "0.2" } 64 "resto-cohttp" { >= "1.2" } 65 "resto-cohttp-client" { >= "1.2" } 66 "cohttp-lwt-unix" { >= "5.2.0" } 67 "resto-cohttp-server" { >= "1.2" } 68 "resto-acl" { >= "1.2" } 69 "bigstring" {with-test} 70] 71x-opam-monorepo-opam-provided: [ 72 "tezos-rust-libs" 73 "tezos-sapling-parameters" 74] 75conflicts: [ 76 "checkseum" {= "0.5.0"} 77 "hacl_x25519" 78 "result" {< "1.5"} 79 "stdcompat" {< "19"} 80] 81build: [ 82 ["rm" "-r" "vendors" "contrib"] 83 ["dune" "build" "-p" name "-j" jobs] 84 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 85] 86synopsis: "A package that contains multiple base libraries used by the Octez suite" 87url { 88 src: "https://gitlab.com/tezos/tezos/-/archive/v19.1/octez-19.1.tar.gz" 89 checksum: [ 90 "sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e" 91 "sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053" 92 ] 93}