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