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 "base-unix" 10 "dune" { >= "2.9" } 11 "tezos-event-logging" { = version } 12 "re" { >= "1.7.2" } 13 "ezjsonm" { >= "1.1.0" } 14 "ptime" { >= "0.8.4" } 15 "mtime" {>= "1.0.0" & < "2.0.0"} 16 "conf-libev" 17 "ipaddr" { >= "5.0.0" } 18] 19build: [ 20 ["rm" "-r" "vendors"] 21 ["dune" "build" "-p" name "-j" jobs] 22 ["mv" "src/lib_stdlib_unix/%{name}%.install" "./"] 23 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 24] 25synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)" 26 27url { 28 src: "https://gitlab.com/tezos/tezos/-/archive/v12.3/tezos-v12.3.tar.bz2" 29 checksum: [ 30 "sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d" 31 "sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a" 32 ] 33}