diff options
-rw-r--r-- | dev/pkg/needed.mdwn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev/pkg/needed.mdwn b/dev/pkg/needed.mdwn index 5264330..dafb0ce 100644 --- a/dev/pkg/needed.mdwn +++ b/dev/pkg/needed.mdwn @@ -7,6 +7,23 @@ ProteanOS should eventually provide. For ProteanOS 1.0 ================= +GNU Readline (`readline`) +------------------------- + +<https://www.gnu.org/software/readline/> + +The GNU Readline provides a set of functions for use by applications that +allow users to edit command lines as they are typed in. + +Gawk (`gawk`) +------------- + +<https://www.gnu.org/software/gawk/> + +Gawk is the GNU implementation of the AWK programming language. + +Depends on: `readline` + IANA Time Zone Database (`tzdata`) ---------------------------------- @@ -86,6 +103,17 @@ of using shared libraries behind a consistent, portable interface. Depends on: `autoconf`, `automake` +GNU Bison (`bison`) +------------------------- + +<https://www.gnu.org/software/bison/> + +GNU Bison is a general-purpose parser generator. + +It is an optional dependency of Gawk. + +Depends on: `perl` + Administration ============== |