===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ocp-indent-1.8.2/doc/ocp-indent.md-30-If you use opam and want it installed alongside ocaml, you may want to use
ocp-indent-1.8.2/doc/ocp-indent.md:31:`./configure --prefix $(opam config var prefix)`.
ocp-indent-1.8.2/doc/ocp-indent.md-32-
##############################################
ocp-indent-1.8.2/doc/ocp-indent.md-100-If a `.ocp-indent` file is found in the current directory or its ancestors, it
ocp-indent-1.8.2/doc/ocp-indent.md:101:overrides definitions from `$XDG_CONFIG_HOME/ocp/ocp-indent.conf`,
ocp-indent-1.8.2/doc/ocp-indent.md-102-`~/.ocp/ocp-indent.conf` and the built-in default. The command-line can of
##############################################
ocp-indent-1.8.2/src/indentConfig.ml-307-           \ \n\
ocp-indent-1.8.2/src/indentConfig.ml:308:           \    Example with `align_params=$(b,always)' or `$(b,auto)':\n\
ocp-indent-1.8.2/src/indentConfig.ml-309-           \        match foo with\n\
##############################################
ocp-indent-1.8.2/tools/ocp-indent.vim-39-    let cmdline = "ocp-indent --numeric --indent-empty --lines " . a:lnum . '-'
ocp-indent-1.8.2/tools/ocp-indent.vim:40:    let s:indents = split(system(cmdline, getline('1','$')))
ocp-indent-1.8.2/tools/ocp-indent.vim-41-    let s:buffer = bufnr('')