(lang dune 1.11)
(name crc)
(library
 (name crc)
 (kind normal)
 (archives (byte crc.cma) (native crc.cmxa))
 (plugins (byte crc.cma) (native crc.cmxs))
 (foreign_objects crc_stubs.o)
 (foreign_archives (byte libcrc_stubs.a) (native crc.a libcrc_stubs.a))
 (requires rpclib ppx_sexp_conv.runtime-lib cstruct)
 (main_module_name Crc)
 (modes byte native)
 (modules
  (singleton (name Crc) (obj_name crc) (visibility public) (impl) (intf))))
