(lang dune 1.11)
(name morsmall)
(version 0.1)
(library
 (name morsmall)
 (kind normal)
 (archives (byte morsmall.cma) (native morsmall.cmxa))
 (plugins (byte morsmall.cma) (native morsmall.cmxs))
 (foreign_archives (native morsmall.a))
 (requires ppx_deriving.runtime morbig)
 (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 ExtFormat)
     (obj_name morsmall__ExtFormat)
     (visibility public)
     (impl))
    ((name ExtPervasives)
     (obj_name morsmall__ExtPervasives)
     (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))))
