(lang dune 2.9)
(name morsmall)
(version 0.2.0)
(library
 (name morsmall)
 (kind normal)
 (archives (byte morsmall.cma) (native morsmall.cmxa))
 (plugins (byte morsmall.cma) (native morsmall.cmxs))
 (native_archives morsmall.a)
 (requires
  morbig
  morsmall.utilities
  visitors.runtime
  yojson
  ppx_deriving.runtime
  ppx_deriving_yojson.runtime)
 (main_module_name Morsmall)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Morsmall)
   (modules
    ((name AST) (obj_name morsmall__AST) (visibility public) (impl))
    ((name CST_to_AST)
     (obj_name morsmall__CST_to_AST)
     (visibility public)
     (impl))
    ((name Location) (obj_name morsmall__Location) (visibility public) (impl))
    ((name Morsmall) (obj_name morsmall) (visibility public) (impl) (intf))
    ((name SafePrinter)
     (obj_name morsmall__SafePrinter)
     (visibility public)
     (impl)))
   (alias_module
    (name Morsmall__)
    (obj_name morsmall__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
(library
 (name morsmall.utilities)
 (kind normal)
 (archives
  (byte utilities/morsmall_utilities.cma)
  (native utilities/morsmall_utilities.cmxa))
 (plugins
  (byte utilities/morsmall_utilities.cma)
  (native utilities/morsmall_utilities.cmxs))
 (native_archives utilities/morsmall_utilities.a)
 (requires morbig)
 (main_module_name Morsmall_utilities)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Morsmall_utilities)
   (modules
    ((name TestParser)
     (obj_name morsmall_utilities__TestParser)
     (visibility public)
     (impl)
     (intf)))
   (alias_module
    (name Morsmall_utilities)
    (obj_name morsmall_utilities)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
