https://gitlab.com/tezos/tezos
Raw File
Tip revision: f1b63a4222f8d2ec4a9409769a94ea4c08ae0c19 authored by Pierrick Couderc on 26 October 2023, 11:37:16 UTC
EVM/Kernel: wrap everything for the Execution in a single structure
Tip revision: f1b63a4
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))
back to top