(library
 (name xx)
 (wrapped false)
 (foreign_stubs
  (language c)
  (names xx_stubs))
 (js_of_ocaml (javascript_files xx_stubs.js))
 (libraries lz4))

(dirs
 (:standard __tests__))
