(lang dune 2.8)
(name csexp)
(version 1.5.1)
(library
 (name csexp)
 (kind normal)
 (archives (byte csexp.cma))
 (plugins (byte csexp.cma))
 (main_module_name Csexp)
 (modes byte)
 (modules
  (singleton (name Csexp) (obj_name csexp) (visibility public) (impl) (intf))))
