https://gitlab.com/tezos/tezos
Raw File
Tip revision: 38695e86cd59f62f70819d2904a6bc5c9ad84ca1 authored by Corneliu Hoffman on 27 May 2022, 16:31:00 UTC
SCORU
Tip revision: 38695e8
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_stdlib_unix)
 (public_name tezos-stdlib-unix)
 (instrumentation (backend bisect_ppx))
 (libraries
  unix
  tezos-error-monad
  tezos-lwt-result-stdlib
  tezos-event-logging
  tezos-stdlib
  data-encoding
  lwt.unix
  ipaddr.unix
  re
  ezjsonm
  ptime
  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