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: "MIT" 8depends: [ 9 "dune" { >= "2.9" } 10 "dune" {with-test & < "3.0"} 11 "ocaml" { >= "4.10.0" } 12 "hex" { >= "1.3.0" } 13 "zarith" { >= "1.12" & < "1.13" } 14 "zarith_stubs_js" 15 "lwt" { >= "5.5.0" } 16 "ppx_inline_test" 17 "lwt_log" {with-test} 18 "bigstring" {with-test} 19 "tezos-test-helpers" {with-test& = version} 20 "alcotest-lwt" {with-test& >= "1.5.0"} 21] 22build: [ 23 ["rm" "-r" "vendors"] 24 ["dune" "build" "-p" name "-j" jobs] 25 ["mv" "src/lib_stdlib/%{name}%.install" "./"] 26 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 27] 28synopsis: "Tezos: yet-another local-extension of the OCaml standard library" 29 30url { 31 src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" 32 checksum: [ 33 "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" 34 "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" 35 ] 36}