mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
companions(amber)
some additional companions from reading the stdlib.
This commit is contained in:
parent
25b76966d2
commit
80e86a2430
1 changed files with 11 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue