(lang dune 3.22)
(name nottui)
(version 3c446b4)
(sections
 (lib /usr/lib/ocaml/nottui)
 (libexec /usr/lib/ocaml/nottui)
 (doc /usr/doc/nottui))
(files
 (lib
  (META
   dune-package
   nottui.a
   nottui.cma
   nottui.cmi
   nottui.cmt
   nottui.cmti
   nottui.cmx
   nottui.cmxa
   nottui.ml
   nottui.mli
   nottui_widgets.cmi
   nottui_widgets.cmt
   nottui_widgets.cmti
   nottui_widgets.cmx
   nottui_widgets.ml
   nottui_widgets.mli
   opam))
 (libexec (nottui.cmxs))
 (doc (CHANGES LICENSE README.md)))
(library
 (name nottui)
 (kind normal)
 (archives (byte nottui.cma) (native nottui.cmxa))
 (plugins (byte nottui.cma) (native nottui.cmxs))
 (native_archives nottui.a)
 (requires lwd notty notty.unix)
 (modes byte native)
 (modules
  (unwrapped
   (module
    (obj_name nottui)
    (visibility public)
    (source (path Nottui) (intf (path nottui.mli)) (impl (path nottui.ml))))
   (module
    (obj_name nottui_widgets)
    (visibility public)
    (source
     (path Nottui_widgets)
     (intf (path nottui_widgets.mli))
     (impl (path nottui_widgets.ml)))))))
