companions(amber)

some additional companions from reading the stdlib.
This commit is contained in:
Jacob Heider 2024-05-25 14:10:46 -04:00
parent 25b76966d2
commit 80e86a2430
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -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: