Source: lnav Section: admin Priority: optional Maintainer: Salvatore Bonaccorso Build-Depends: debhelper-compat (= 13), libbz2-dev, libcurl4-gnutls-dev, libncurses5-dev, libncursesw5-dev, libpcre3-dev, libreadline-dev, libsqlite3-dev (>= 3.9.0), re2c, zlib1g-dev Standards-Version: 4.5.1 Homepage: https://lnav.org Vcs-Browser: https://salsa.debian.org/carnil/lnav Vcs-Git: https://salsa.debian.org/carnil/lnav.git Rules-Requires-Root: no Package: lnav Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: ncurses-based log file viewer The log file navigator, lnav, is an enhanced log file viewer that takes advantage of any semantic information that can be gleaned from the files being viewed, such as timestamps and log levels. Using this extra semantic information, lnav can do things like interleaving messages from different files, generate histograms of messages over time, and providing hotkeys for navigating through the file. It is hoped that these features will allow the user to quickly and efficiently zero in on problems.