(lang dune 3.20)
(name cstruct-sexp)
(sections
 (lib /usr/lib/arm-linux-gnueabihf/ocaml/5.4.0/cstruct-sexp)
 (doc /usr/doc/cstruct-sexp))
(files
 (lib
  (META
   cstruct_sexp.cma
   cstruct_sexp.cmi
   cstruct_sexp.cmt
   cstruct_sexp.cmti
   cstruct_sexp.ml
   cstruct_sexp.mli
   dune-package
   opam))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name cstruct-sexp)
 (kind normal)
 (archives (byte cstruct_sexp.cma))
 (plugins (byte cstruct_sexp.cma))
 (requires cstruct sexplib)
 (main_module_name Cstruct_sexp)
 (modes byte)
 (modules
  (singleton
   (obj_name cstruct_sexp)
   (visibility public)
   (source
    (path Cstruct_sexp)
    (intf (path cstruct_sexp.mli))
    (impl (path cstruct_sexp.ml))))))
