(lang dune 1.11)
(name zstd)
(library
 (name zstd)
 (kind normal)
 (archives (byte zstd.cma) (native zstd.cmxa))
 (plugins (byte zstd.cma) (native zstd.cmxs))
 (foreign_archives (native zstd.a))
 (requires xapi-compression)
 (main_module_name Zstd)
 (modes byte native)
 (modules
  (singleton (name Zstd) (obj_name zstd) (visibility public) (impl) (intf))))
