(env
 (static
  (flags
   (:standard -ccopt -static))))

(executable
 (public_name rescript-editor-analysis)
 (package analysis)
 (modes byte exe)
 (name main)
 (libraries analysis))
