(lang dune 2.9)
(name cstruct-sexp)
(version 6.1.1)
(library
 (name cstruct-sexp)
 (kind normal)
 (archives (byte cstruct_sexp.cma) (native cstruct_sexp.cmxa))
 (plugins (byte cstruct_sexp.cma) (native cstruct_sexp.cmxs))
 (native_archives cstruct_sexp.a)
 (requires cstruct sexplib)
 (main_module_name Cstruct_sexp)
 (modes byte native)
 (modules
  (singleton
   (name Cstruct_sexp)
   (obj_name cstruct_sexp)
   (visibility public)
   (impl)
   (intf))))
