https://gitlab.com/tezos/tezos
Raw File
Tip revision: c51837a1c48ea39fec1f3bb154bd6bc80574c6dc authored by Hantang Sun on 29 January 2024, 18:11:15 UTC
EVM: Contract creation set nonce before running init code
Tip revision: c51837a
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_openapi)
 (public_name tezos-openapi)
 (instrumentation (backend bisect_ppx))
 (libraries
  ezjsonm
  json-data-encoding
  tezt.json))
back to top