https://gitlab.com/tezos/tezos
Raw File
Tip revision: 14b1430a07cb9d528516759ca1a73633b48adc64 authored by nraymond on 23 June 2022, 15:47:13 UTC
plugin: add the new RPC_directory.merge implementation
Tip revision: 14b1430
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name tztop_main)
 (public_name tztop)
 (package internal-devtools)
 (modes byte)
 (libraries
  tezos-protocol-compiler
  tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top