Revision a6a40d62517655a8f72002ab395e1e63b6251886 authored by Marge Bot on 06 February 2024, 08:47:30 UTC, committed by Marge Bot on 06 February 2024, 08:47:30 UTC
Co-authored-by: Alain Mebsout <alain.mebsout@functori.com>

Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com>
Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com>
Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com>
Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11829
2 parent s d9ecf96 + 87fd6cf
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_stdlib_unix)
 (public_name octez-libs.stdlib-unix)
 (instrumentation (backend bisect_ppx))
 (libraries
  unix
  octez-libs.error-monad
  octez-libs.lwt-result-stdlib
  octez-libs.event-logging
  octez-libs.stdlib
  data-encoding
  aches-lwt
  lwt.unix
  ipaddr.unix
  re
  ezjsonm
  ptime
  ptime.clock.os
  mtime
  mtime.clock.os
  uri)
 (flags
  (:standard)
  -open Tezos_error_monad
  -open Tezos_error_monad.TzLwtreslib
  -open Tezos_event_logging
  -open Tezos_stdlib
  -open Data_encoding))
back to top