(lang dune 2.9)
(name cinaps)
(library
 (name cinaps.runtime)
 (kind normal)
 (archives
  (byte runtime/cinaps_runtime.cma)
  (native runtime/cinaps_runtime.cmxa))
 (plugins
  (byte runtime/cinaps_runtime.cma)
  (native runtime/cinaps_runtime.cmxs))
 (native_archives runtime/cinaps_runtime.a)
 (requires unix)
 (main_module_name Cinaps_runtime)
 (modes byte native)
 (modules
  (singleton
   (name Cinaps_runtime)
   (obj_name cinaps_runtime)
   (visibility public)
   (impl)
   (intf))))
