diff options
Diffstat (limited to 'internal/rosa/gnu.go')
| -rw-r--r-- | internal/rosa/gnu.go | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/internal/rosa/gnu.go b/internal/rosa/gnu.go index f3f35ec9..68155b78 100644 --- a/internal/rosa/gnu.go +++ b/internal/rosa/gnu.go @@ -27,6 +27,8 @@ func init() { Name: "m4", Description: "a macro processor with GNU extensions", Website: "https://www.gnu.org/software/m4/", + + ID: 1871, } } @@ -52,6 +54,8 @@ func init() { Name: "bison", Description: "a general-purpose parser generator", Website: "https://www.gnu.org/software/bison/", + + ID: 193, } } @@ -75,6 +79,8 @@ func init() { Name: "sed", Description: "a non-interactive command-line text editor", Website: "https://www.gnu.org/software/sed/", + + ID: 4789, } } @@ -108,6 +114,8 @@ func init() { Name: "autoconf", Description: "M4 macros to produce self-contained configure script", Website: "https://www.gnu.org/software/autoconf/", + + ID: 141, } } @@ -148,6 +156,8 @@ func init() { Name: "automake", Description: "a tool for automatically generating Makefile.in files", Website: "https://www.gnu.org/software/automake/", + + ID: 144, } } @@ -177,6 +187,8 @@ func init() { Name: "libtool", Description: "a generic library support script", Website: "https://www.gnu.org/software/libtool/", + + ID: 1741, } } @@ -201,6 +213,8 @@ func init() { Name: "gzip", Description: "a popular data compression program", Website: "https://www.gnu.org/software/gzip/", + + ID: 1290, } } @@ -245,6 +259,8 @@ func init() { Name: "gettext", Description: "tools for producing multi-lingual messages", Website: "https://www.gnu.org/software/gettext/", + + ID: 898, } } @@ -276,6 +292,8 @@ func init() { Name: "diffutils", Description: "several programs related to finding differences between files", Website: "https://www.gnu.org/software/diffutils/", + + ID: 436, } } @@ -306,6 +324,8 @@ func init() { Name: "patch", Description: "a program to apply diff output to files", Website: "https://savannah.gnu.org/projects/patch/", + + ID: 2597, } } @@ -334,6 +354,8 @@ func init() { Name: "bash", Description: "the Bourne Again SHell", Website: "https://www.gnu.org/software/bash/", + + ID: 166, } } @@ -378,6 +400,8 @@ func init() { Name: "coreutils", Description: "the basic file, shell and text manipulation utilities", Website: "https://www.gnu.org/software/coreutils/", + + ID: 343, } } @@ -404,6 +428,8 @@ func init() { Name: "texinfo", Description: "the GNU square-wheel-reinvension of man pages", Website: "https://www.gnu.org/software/texinfo/", + + ID: 4958, } } @@ -427,6 +453,8 @@ func init() { Name: "gperf", Description: "a perfect hash function generator", Website: "https://www.gnu.org/software/gperf/", + + ID: 1237, } } @@ -453,6 +481,8 @@ func init() { Name: "gawk", Description: "an implementation of awk with GNU extensions", Website: "https://www.gnu.org/software/gawk/", + + ID: 868, } } @@ -484,6 +514,8 @@ func init() { Name: "grep", Description: "searches input for lines containing a match to a pattern", Website: "https://www.gnu.org/software/grep/", + + ID: 1251, } } @@ -514,6 +546,8 @@ func init() { Name: "findutils", Description: "the basic directory searching utilities", Website: "https://www.gnu.org/software/findutils/", + + ID: 812, } } @@ -542,6 +576,8 @@ func init() { Name: "bc", Description: "an arbitrary precision numeric processing language", Website: "https://www.gnu.org/software/bc/", + + ID: 170, } } @@ -563,6 +599,8 @@ func init() { Name: "libiconv", Description: "iconv implementation independent of glibc", Website: "https://www.gnu.org/software/libiconv/", + + ID: 10656, } } @@ -603,6 +641,8 @@ func init() { Name: "tar", Description: "provides the ability to create tar archives", Website: "https://www.gnu.org/software/tar/", + + ID: 4939, } } @@ -626,6 +666,8 @@ func init() { Name: "binutils", Description: "a collection of binary tools", Website: "https://www.gnu.org/software/binutils/", + + ID: 7981, } } @@ -650,6 +692,8 @@ func init() { Name: "gmp", Description: "a free library for arbitrary precision arithmetic", Website: "https://gmplib.org/", + + ID: 1186, } } @@ -674,6 +718,8 @@ func init() { Name: "mpfr", Description: "a C library for multiple-precision floating-point computations", Website: "https://www.mpfr.org/", + + ID: 2019, } } @@ -699,6 +745,8 @@ func init() { Name: "mpc", Description: "a C library for the arithmetic of complex numbers", Website: "https://www.multiprecision.org/", + + ID: 1667, } } @@ -911,5 +959,7 @@ func init() { Name: "gcc", Description: "The GNU Compiler Collection", Website: "https://www.gnu.org/software/gcc/", + + ID: 6502, } } |
