From 80e86a2430ceb0b9b584893cbb01c8c1ebca07e8 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Sat, 25 May 2024 14:10:46 -0400 Subject: [PATCH] companions(amber) some additional companions from reading the stdlib. --- projects/amber-lang.com/package.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/projects/amber-lang.com/package.yml b/projects/amber-lang.com/package.yml index 177a712a..d1f58489 100644 --- a/projects/amber-lang.com/package.yml +++ b/projects/amber-lang.com/package.yml @@ -14,7 +14,18 @@ versions: strip: /-alpha/ # until there's a stable release companions: + # complex math gnu.org/bc: 1 + # string functions in `std` + gnu.org/sed: 4 + # tr for `std:lower()`, `std:upper()` + gnu.org/coreutils: 9 + # awk for `std:sum()` + gnu.org/gawk: 5 + # this should be necessary, but compiler.rs hardcodes the + # path to /bin/bash + # https://github.com/Ph0enixKM/Amber/issues/109 + # gnu.org/bash: 5 build: dependencies: