https://gitlab.com/tezos/tezos
Raw File
Tip revision: 86cdb36c8e07f89948cf53dee7bf591cc4ceab58 authored by Marina Polubelova on 19 October 2023, 13:46:52 UTC
lib_plompiler: remove ignore_carry from addition
Tip revision: 86cdb36
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