ab5tract / Terminal-Print

Terminal::Print is a pure Raku layer for printing to terminal screens
Other
25 stars 18 forks source link

Make the dependency chain free of native code #85

Closed patrickbkr closed 4 months ago

patrickbkr commented 4 months ago

This means that installing this module won't require a C compiler toolchain anymore. Do so by replacing Term::termios with Terminal::MakeRaw.

I just now uploaded Terminal::MakeRaw to the ecosystem. So it might take a few minutes for it to become actually available.