https://gitlab.com/tezos/tezos
Revision fb07be978b8d7e4c22f47e07fe4abd457fc08f38 authored by Mehdi Bouaziz on 30 June 2022, 05:25:53 UTC, committed by Marge Bot on 10 November 2022, 09:17:06 UTC
1 parent 8af8453
Raw File
Tip revision: fb07be978b8d7e4c22f47e07fe4abd457fc08f38 authored by Mehdi Bouaziz on 30 June 2022, 05:25:53 UTC
Proto/Michelson: move klog from Raw to For_logging
Tip revision: fb07be9
dune-workspace
(lang dune 3.0)

(env
 (dev
  (flags (:standard -w @1..72-4-40..42-44-45-48-60-67-69-70))
  (js_of_ocaml (runtest_alias runtest_js)))
 (release
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (static
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (_ (js_of_ocaml (runtest_alias runtest_js))))

(context (default (paths (ORIGINAL_PATH :standard))))

; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.
back to top