swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 7f5a71bc1e32b958d7ff034ace1af8f617352932 authored by pecornilleau on 02 April 2024, 11:58:40 UTC
EVM/Bench: auto reboot analysis
Tip revision: 7f5a71b
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_tooling)
 (public_name tezos-tooling)
 (instrumentation (backend bisect_ppx))
 (modules))

(executable
 (name node_wrapper)
 (libraries
  unix)
 (modules node_wrapper))
back to top