Revision 818796ad151631188384a01bb218cf1f8a057135 authored by François Thiré on 22 January 2024, 17:11:32 UTC, committed by François Thiré on 22 January 2024, 17:11:32 UTC
1 parent 73a7a2c
Raw File
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