Revision d84ec5101910c1257051d7054e940d5376903433 authored by Marge Bot on 09 September 2022, 18:09:38 UTC, committed by Marge Bot on 09 September 2022, 18:09:38 UTC
Co-authored-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com>

Approved-by: Raphaƫl Proust <code@bnwr.net>
Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6264
2 parent s c078a39 + 5b1d33a
Raw File
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/manifest.ml instead.
back to top