(env
 (_
  (env-vars
   (DUNE_SANDBOX symlink))))

(cram
 (applies_to :whole_subtree)
 (deps %{bin:node} %{bin:melc})
 (alias runtest-melange))

(cram
 (deps %{bin:melc_stdlib_prefix})
 (enabled_if
  ; CR-soon Alizter: re-enable this test inside Nix
  (not %{env:INSIDE_NIX=false}))
 (applies_to merlin))

(cram
 (deps %{bin:refmt})
 (applies_to
  preprocess
  reason-lint-promotion
  sandbox-preprocessed-reason-source))

(cram
 (deps
  (package odoc))
 (applies_to odoc))
