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.0" & < "3.11"} 10 "ocaml" {>= "4.14.1" & < "4.15"} 11 "uri" {>= "3.1.0"} 12 "fmt" {>= "0.8.7"} 13 "qcheck-alcotest" {>= "0.20"} 14 "lwt" {>= "5.6.0"} 15 "pure-splitmix" {= "0.3"} 16 "data-encoding" {>= "0.7.1" & < "1.0.0"} 17 "ppx_expect" 18 "hex" {>= "1.3.0"} 19 "zarith" {>= "1.12" & < "1.13"} 20 "zarith_stubs_js" 21 "aches" {>= "1.0.0"} 22 "seqes" {>= "0.2"} 23 "lwt-canceler" {>= "0.3" & < "0.4"} 24 "hacl-star" {>= "0.7.1" & < "0.8"} 25 "hacl-star-raw" 26 "ctypes_stubs_js" 27 "ctypes" {>= "0.18.0"} 28 "ezjsonm" {>= "1.3.0"} 29 "resto" {>= "1.2"} 30 "resto-directory" {>= "1.2"} 31 "bls12-381" {= version} 32 "re" {>= "1.9.0"} 33 "secp256k1-internal" {>= "0.4.0"} 34 "alcotest" {>= "1.5.0"} 35 "bigarray-compat" 36 "eqaf" 37 "ppx_repr" {>= "0.6.0"} 38 "bigstringaf" {>= "0.5.0"} 39 "cmdliner" {>= "1.1.0"} 40 "base-unix" 41 "ppx_deriving" 42 "repr" 43 "stdint" 44 "logs" 45 "octez-distributed-lwt-internal" {= version} 46 "octez-alcotezt" {= version} 47 "aches-lwt" {>= "1.0.0"} 48 "ipaddr" {>= "5.3.0" & < "6.0.0"} 49 "ptime" {>= "1.1.0"} 50 "mtime" {>= "1.4.0" & < "2.0.0"} 51 "conf-libev" 52 "uutf" 53 "ringo" {>= "1.0.0"} 54 "tezt" {with-test & >= "3.1.1"} 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/v18.0/tezos-18.0.tar.gz" 89 checksum: [ 90 "sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c" 91 "sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a" 92 ] 93}