(lang dune 3.6)
(name csexp)
(sections
 (lib /usr/lib/ocaml/csexp)
 (libexec /usr/lib/ocaml/csexp)
 (doc /usr/doc/csexp))
(files
 (lib
  (META
   csexp.a
   csexp.cma
   csexp.cmi
   csexp.cmt
   csexp.cmti
   csexp.cmx
   csexp.cmxa
   csexp.ml
   csexp.mli
   dune-package
   opam))
 (libexec (csexp.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name csexp)
 (kind normal)
 (archives (byte csexp.cma) (native csexp.cmxa))
 (plugins (byte csexp.cma) (native csexp.cmxs))
 (native_archives csexp.a)
 (main_module_name Csexp)
 (modes byte native)
 (modules
  (singleton (name Csexp) (obj_name csexp) (visibility public) (impl) (intf))))
