swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 13ed79eca064a1c4f7189b24a7b51b50008f1973 authored by Marina Polubelova on 17 October 2023, 09:22:05 UTC
lib_plompiler: use 4-bit lookup ops for Blake2
Tip revision: 13ed79e
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