Revision b9d1f4220b6f260c8856a36b912714c42d54ef89 authored by Antoine Lanco on 01 February 2024, 16:13:54 UTC, committed by Marge Bot on 05 February 2024, 10:52:29 UTC
1 parent 889a9c3
Raw File
dune-workspace
(lang dune 3.7)

(env
 (dev
  (flags (:standard -w @1..72-4-40..42-44-45-48-58-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