swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 28972806c467a8c834313f7572ef43ba312d41c8 authored by phink on 04 March 2024, 06:23:28 UTC
balance rewards with edges and fees
Tip revision: 2897280
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