(lang dune 3.11)
(name cstruct-sexp)
(sections (lib .) (libexec .) (doc ../../doc/cstruct-sexp))
(files
 (lib
  (META
   cstruct_sexp.a
   cstruct_sexp.cma
   cstruct_sexp.cmi
   cstruct_sexp.cmt
   cstruct_sexp.cmti
   cstruct_sexp.cmx
   cstruct_sexp.cmxa
   cstruct_sexp.ml
   cstruct_sexp.mli
   dune-package
   opam))
 (libexec (cstruct_sexp.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(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
   (obj_name cstruct_sexp)
   (visibility public)
   (source
    (path Cstruct_sexp)
    (intf (path cstruct_sexp.mli))
    (impl (path cstruct_sexp.ml))))))
