(lang dune 2.9)
(name cudf)
(version 0.9)
(library
 (name cudf)
 (kind normal)
 (archives (byte cudf.cma) (native cudf.cmxa))
 (plugins (byte cudf.cma) (native cudf.cmxs))
 (native_archives cudf.a)
 (requires extlib stdlib-shims)
 (modes byte native)
 (modules
  (unwrapped
   ((name Cudf) (obj_name cudf) (visibility public) (impl) (intf))
   ((name Cudf_822_lexer)
    (obj_name cudf_822_lexer)
    (visibility public)
    (impl))
   ((name Cudf_822_parser)
    (obj_name cudf_822_parser)
    (visibility public)
    (impl)
    (intf))
   ((name Cudf_checker)
    (obj_name cudf_checker)
    (visibility public)
    (impl)
    (intf))
   ((name Cudf_conf) (obj_name cudf_conf) (visibility public) (impl) (intf))
   ((name Cudf_parser)
    (obj_name cudf_parser)
    (visibility public)
    (impl)
    (intf))
   ((name Cudf_printer)
    (obj_name cudf_printer)
    (visibility public)
    (impl)
    (intf))
   ((name Cudf_type_lexer)
    (obj_name cudf_type_lexer)
    (visibility public)
    (impl))
   ((name Cudf_type_parser)
    (obj_name cudf_type_parser)
    (visibility public)
    (impl)
    (intf))
   ((name Cudf_types) (obj_name cudf_types) (visibility public) (impl) (intf))
   ((name Cudf_types_pp)
    (obj_name cudf_types_pp)
    (visibility public)
    (impl)
    (intf)))))
