https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1bc318cda7a7ad59519a18d95c5fffdf2fc6c5d4 authored by phink on 21 February 2024, 12:33:54 UTC
Contrib: ai-sim project init with issuance curve
Tip revision: 1bc318c
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
  octez-protocol-compiler
  octez-libs.base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top