swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 4e0e886764930196062cbb5275d05a72de4aade5 authored by Diane Gallois-Wong on 21 March 2024, 14:19:14 UTC
Proto/test/change_delegate: add case where new delegate is self
Tip revision: 4e0e886
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(env (_ (env-vars (NODE_PRELOAD hacl-wasm,ocaml-bls12-381,secp256k1-wasm))))

(library
 (name tezos_version)
 (public_name octez-libs.version)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.version.parser)
 (js_of_ocaml)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top