UCL implements a number of compression algorithms that achieve an excellent compression ratio while allowing *very* fast decompression. Decompression requires no additional memory.
UCL implements a number of compression algorithms that achieve an excellent compression ratio while allowing *very* fast decompression. Decompression requires no additional memory.
To install ucl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ucl
To see what files were installed by ucl, run:
port contents ucl
To later upgrade ucl, run:
sudo port selfupdate && sudo port upgrade ucl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.