(lang dune 3.21)
(name morsmall)
(version 0.2.0)
(sections
 (lib /usr/lib/riscv64-linux-gnu/ocaml/5.4.0/morsmall)
 (libexec /usr/lib/riscv64-linux-gnu/ocaml/5.4.0/morsmall)
 (doc /usr/doc/morsmall))
(files
 (lib
  (AST.ml
   CST_to_AST.ml
   META
   dune-package
   location.ml
   morsmall.a
   morsmall.cma
   morsmall.cmi
   morsmall.cmt
   morsmall.cmti
   morsmall.cmx
   morsmall.cmxa
   morsmall.ml
   morsmall.mli
   morsmall__.cmi
   morsmall__.cmt
   morsmall__.cmx
   morsmall__.ml
   morsmall__AST.cmi
   morsmall__AST.cmt
   morsmall__AST.cmx
   morsmall__CST_to_AST.cmi
   morsmall__CST_to_AST.cmt
   morsmall__CST_to_AST.cmx
   morsmall__Location.cmi
   morsmall__Location.cmt
   morsmall__Location.cmx
   morsmall__SafePrinter.cmi
   morsmall__SafePrinter.cmt
   morsmall__SafePrinter.cmx
   opam
   safePrinter.ml
   utilities/morsmall_utilities.a
   utilities/morsmall_utilities.cma
   utilities/morsmall_utilities.cmi
   utilities/morsmall_utilities.cmt
   utilities/morsmall_utilities.cmx
   utilities/morsmall_utilities.cmxa
   utilities/morsmall_utilities.ml
   utilities/morsmall_utilities__TestParser.cmi
   utilities/morsmall_utilities__TestParser.cmt
   utilities/morsmall_utilities__TestParser.cmti
   utilities/morsmall_utilities__TestParser.cmx
   utilities/testParser.ml
   utilities/testParser.mli))
 (libexec (morsmall.cmxs utilities/morsmall_utilities.cmxs))
 (doc (LICENSE README.org)))
(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
   (group
    (alias
     (obj_name morsmall__)
     (visibility public)
     (kind alias)
     (source (path Morsmall__) (impl (path morsmall__.ml-gen))))
    (name Morsmall)
    (modules
     (module
      (obj_name morsmall__AST)
      (visibility public)
      (source (path AST) (impl (path AST.ml))))
     (module
      (obj_name morsmall__CST_to_AST)
      (visibility public)
      (source (path CST_to_AST) (impl (path CST_to_AST.ml))))
     (module
      (obj_name morsmall__Location)
      (visibility public)
      (source (path Location) (impl (path location.ml))))
     (module
      (obj_name morsmall)
      (visibility public)
      (source
       (path Morsmall)
       (intf (path morsmall.mli))
       (impl (path morsmall.ml))))
     (module
      (obj_name morsmall__SafePrinter)
      (visibility public)
      (source (path SafePrinter) (impl (path safePrinter.ml))))))
   (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
   (group
    (alias
     (obj_name morsmall_utilities)
     (visibility public)
     (kind alias)
     (source
      (path Morsmall_utilities)
      (impl (path utilities/morsmall_utilities.ml-gen))))
    (name Morsmall_utilities)
    (modules
     (module
      (obj_name morsmall_utilities__TestParser)
      (visibility public)
      (source
       (path TestParser)
       (intf (path utilities/testParser.mli))
       (impl (path utilities/testParser.ml))))))
   (wrapped true))))
