(executable
  (name tst)
  (libraries tst_stub)
  (modes shared_object)
  (link_flags :standard -cclib -link -cclib -static-libgcc)
)

(alias
  (name install)
  (deps tst%{ext_dll}))

(rule
  (targets tst.ml)
  (action
  (write-file %{targets} "")))