mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
companions(amber)
some additional companions from reading the stdlib.
This commit is contained in:
parent
25b76966d2
commit
80e86a2430
|
@ -14,7 +14,18 @@ versions:
|
||||||
strip: /-alpha/ # until there's a stable release
|
strip: /-alpha/ # until there's a stable release
|
||||||
|
|
||||||
companions:
|
companions:
|
||||||
|
# complex math
|
||||||
gnu.org/bc: 1
|
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:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue