swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
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 octogram)
 (public_name octogram)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-shell-libs.shell-services
  octez-libs.rpc-http-client-unix
  tezt
  tezt-tezos
  jingoo
  dmap)
 (flags
  (:standard)
  -open Tezos_shell_services
  -open Tezos_rpc_http_client_unix
  -open Tezt
  -open Tezt.Base
  -open Tezt_tezos
  -open Tezt_tezos.Runnable.Syntax))
back to top