https://gitlab.com/tezos/tezos
Raw File
Tip revision: 9b756fa0069483b04a93de2e7b6ca7bb30678a7a authored by Fedor Sheremetyev on 18 January 2022, 18:09:57 UTC
Ithaca2: vanity nonce
Tip revision: 9b756fa
dune
(library
 (name tezos_stdlib_unix)
 (public_name tezos-stdlib-unix)
 (instrumentation (backend bisect_ppx))
 (libraries
  unix
  data-encoding
  tezos-error-monad
  tezos-lwt-result-stdlib
  tezos-event-logging
  tezos-stdlib
  lwt.unix
  ipaddr.unix
  re
  ptime
  ptime.clock.os
  mtime
  mtime.clock.os
  lwt_log)
 (flags
  (:standard
   -open Tezos_error_monad
   -open Tezos_error_monad.TzLwtreslib
   -open Tezos_event_logging
   -open Tezos_stdlib
   -open Data_encoding)))
back to top