(lang dune 2.9)
(name ocp-indent)
(version 1.8.1)
(library
 (name ocp-indent.dynlink)
 (kind normal)
 (archives
  (byte dynlink/ocp_indent_dynlink.cma)
  (native dynlink/ocp_indent_dynlink.cmxa))
 (plugins
  (byte dynlink/ocp_indent_dynlink.cma)
  (native dynlink/ocp_indent_dynlink.cmxs))
 (native_archives dynlink/ocp_indent_dynlink.a)
 (requires findlib dynlink ocp-indent.lexer ocp-indent.utils)
 (modes byte native)
 (modules
  (singleton
   (name IndentLoader)
   (obj_name indentLoader)
   (visibility public)
   (impl)
   (intf))))
(library
 (name ocp-indent.lexer)
 (kind normal)
 (archives
  (byte lexer/ocp_indent_lexer.cma)
  (native lexer/ocp_indent_lexer.cmxa))
 (plugins
  (byte lexer/ocp_indent_lexer.cma)
  (native lexer/ocp_indent_lexer.cmxs))
 (native_archives lexer/ocp_indent_lexer.a)
 (modes byte native)
 (modules
  (unwrapped
   ((name Approx_lexer) (obj_name approx_lexer) (visibility public) (impl))
   ((name Approx_tokens) (obj_name approx_tokens) (visibility public) (impl))
   ((name IndentExtend)
    (obj_name indentExtend)
    (visibility public)
    (impl)
    (intf)))))
(library
 (name ocp-indent.lib)
 (kind normal)
 (archives (byte lib/ocp_indent_lib.cma) (native lib/ocp_indent_lib.cmxa))
 (plugins (byte lib/ocp_indent_lib.cma) (native lib/ocp_indent_lib.cmxs))
 (native_archives lib/ocp_indent_lib.a)
 (requires ocp-indent.utils)
 (modes byte native)
 (modules
  (unwrapped
   ((name IndentBlock)
    (obj_name indentBlock)
    (visibility public)
    (impl)
    (intf))
   ((name IndentConfig)
    (obj_name indentConfig)
    (visibility public)
    (impl)
    (intf))
   ((name IndentPrinter)
    (obj_name indentPrinter)
    (visibility public)
    (impl)
    (intf)))))
(library
 (name ocp-indent.utils)
 (kind normal)
 (archives
  (byte utils/ocp_indent_utils.cma)
  (native utils/ocp_indent_utils.cmxa))
 (plugins
  (byte utils/ocp_indent_utils.cma)
  (native utils/ocp_indent_utils.cmxs))
 (native_archives utils/ocp_indent_utils.a)
 (requires bytes ocp-indent.lexer)
 (modes byte native)
 (modules
  (unwrapped
   ((name Compat) (obj_name compat) (visibility public) (impl))
   ((name Nstream) (obj_name nstream) (visibility public) (impl) (intf))
   ((name Pos) (obj_name pos) (visibility public) (impl) (intf))
   ((name Util) (obj_name util) (visibility public) (impl)))))
