this repo has no description
1opam-version: "2.0" 2maintainer: "contact@tezos.com" 3authors: [ 4 "Tezos devteam" 5 "Thomas Gazagnaire" 6 "Thomas Leonard" 7 "Craig Ferguson" 8] 9homepage: "https://www.tezos.com/" 10bug-reports: "https://gitlab.com/tezos/tezos/issues" 11dev-repo: "git+https://gitlab.com/tezos/tezos.git" 12license: "ISC" 13depends: [ 14 "dune" { >= "3.11.1" } 15 "ocaml" { >= "4.14" } 16 "ppx_repr" { >= "0.6.0" } 17 "logs" 18 "ppxlib" 19 "bigstringaf" { >= "0.5.0" } 20 "fmt" { >= "0.8.7" } 21 "astring" 22 "bheap" {>= "2.0.0"} 23 "digestif" { >= "0.9.0" } 24 "jsonm" 25 "lwt" { >= "5.7.0" } 26 "mtime" { >= "2.0.0" } 27 "ocamlgraph" 28 "uri" { >= "3.1.0" } 29 "uutf" 30 "repr" 31 "optint" 32 "index" { >= "1.6.0" & < "1.7.0" } 33 "cmdliner" { >= "1.1.0" } 34 "checkseum" { != "0.5.0" } 35 "rusage" 36 "octez-alcotezt" { = version } 37] 38conflicts: [ 39 "base-effects" 40] 41build: [ 42 ["rm" "-r" "vendors" "contrib"] 43 ["dune" "build" "-p" name "-j" jobs] 44 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 45] 46synopsis: "A package that contains some libraries used by the Octez suite" 47url { 48 src: "https://gitlab.com/tezos/tezos/-/archive/octez-v20.1/tezos-octez-v20.1.tag.bz2" 49 checksum: [ 50 "sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61" 51 "sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65" 52 ] 53} 54available: os != "win32"