guix-patches
[Top][All Lists]
Advanced

[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.")





reply via email to

[Prev in Thread] Current Thread [Next in Thread]