(library
 (public_name alcotest)
 (libraries alcotest.engine astring fmt fmt.tty)
 (foreign_stubs
  (language c)
  (names alcotest_stubs))
 (js_of_ocaml
  (javascript_files runtime.js))
 (preprocess future_syntax))
