[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65083] [PATCH 13/13] gnu: Add scc
From: |
( |
Subject: |
[bug#65083] [PATCH 13/13] gnu: Add scc |
Date: |
Sat, 05 Aug 2023 10:26:05 +0100 |
Fries via Guix-patches via <guix-patches@gnu.org> writes:
> + (native-inputs (list go-github-com-dbaggerman-cuba
> + go-github-com-json-iterator-go
> + go-github-com-mattn-go-runewidth
> + go-github-com-minio-blake2b-simd
> + go-github-com-spf13-cobra
> + go-golang-org-x-text
> + go-gopkg-in-yaml-v2))
s/native-inputs/inputs/, except for the packages used in tests, if any.
> + (arguments
> + `(#:import-path "github.com/boyter/scc"))
LIST.
> + (home-page "https://github.com/boyter/scc")
> + (synopsis "Very fast accurate code counter written in pure Go")
Maybe:
(synopsis "Fast code counter written in Go")
> + (description
> + "A tool similar to cloc, sloccount and tokei.
> +For counting the lines of code, blank lines, comment lines, and
> +physical lines of source code in many programming languages.
> +
> +Goal is to be the fastest code counter possible, but also
> +perform COCOMO calculation like sloccount and to estimate
> +code complexity similar to cyclomatic complexity calculators.")
(description
"@command{scc} provides a lines-of-code counter similar to tools like
@command{cloc} and @command{sloccount}. It aims to be as fast as
possible while supporting @acronym{COCOMO,Constructive Cost Model}
calculation and estimation of code complexity.")
- [bug#65075] [PATCH 01/13] gnu: Add go-github-com-chyzer-logex, (continued)
- [bug#65076] [PATCH 03/13] gnu: Add go-github-com-chyzer-readline, Fries, 2023/08/05
- [bug#65079] [PATCH 07/13] gnu: Add go-github-com-pkg-profile, Fries, 2023/08/05
- [bug#65080] [PATCH 09/13] gnu: Add go-github-com-dbaggerman-cuba, Fries, 2023/08/05
- [bug#65077] [PATCH 06/13] gnu: Add go-github-com-felixge-fgprof, Fries, 2023/08/05
- [bug#65083] [PATCH 13/13] gnu: Add scc, Fries, 2023/08/05
- [bug#65083] [PATCH 13/13] gnu: Add scc,
( <=
- Message not available
- [bug#65085] [PATCH 12/13] gnu: Add go-github-com-json-iterator-go, Fries, 2023/08/05
- [bug#65081] [PATCH 10/13] gnu: Add go-github-com-modern-go-concurrent, Fries, 2023/08/05
- [bug#65084] [PATCH 11/13] gnu: Add go-github-com-modern-go-reflect2, Fries, 2023/08/05
- [bug#65082] [PATCH 08/13] gnu: Add go-github-com-karrick-godirwalk, Fries, 2023/08/05
- [bug#65074] [PATCH v2 00/13] Add scc, Fries, 2023/08/05