swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 2f1d3801e73cd6799694586690badd7d2fa3efb3 authored by Anastasia Courtney on 14 March 2024, 17:28:35 UTC
Bug hunting
Tip revision: 2f1d380
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