Revision e8af0329db79f45c4667a5eebfa67ac36687c954 authored by Sebastien Mondet on 26 November 2019, 22:09:35 UTC, committed by Benjamin Canou on 30 December 2019, 16:03:01 UTC
1 parent eaba490
Raw File
tezos-stdlib-unix.opam
opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: [ "Tezos devteam" ]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
  "tezos-tooling" { with-test }
  "ocamlfind" { build }
  "base-unix"
  "dune" { >= "1.7" }
  "tezos-data-encoding"
  "tezos-error-monad"
  "tezos-event-logging"
  "tezos-rpc"
  "tezos-stdlib"
  "lwt" { >= "3.0.0" }
  "ptime" { >= "0.8.4" }
  "mtime" { >= "1.0.0" }
  "conf-libev"
  "ipaddr" { >= "4.0.0" }
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: yet-another local-extension of the OCaml standard library (unix-specific fragment)"
back to top