sloccount 2.26
Count physical source lines of code (SLOC)
SLOCCount is a set of the programs for counting source lines of code (SLOC) in large software systems. It can automatically identify and measure a wide range of programming languages. It automatically estimates the effort, time, and money it would take to develop the software, using the COCOMO model or user-provided parameters.
- Outputs:
out
- Website: https://dwheeler.com/sloccount/
- Licenses: GPL 2+
- Package source: gnu/packages/code.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sloccount 2.26
as follows:
guix install sloccount@2.26
Or install the latest version:
guix install sloccount
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.