Slim is a data compression system for scientific data sets, a binary and a library with C linkage. Slim works with integer data from one or more channels in a file, which it can compress more effectively and more rapidly than general tools like gzip.
Slim is a data compression system for scientific data sets, a binary and a library with C linkage. Slim works with integer data from one or more channels in a file, which it can compress more effectively and more rapidly than general tools like gzip.
To install slimdata, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install slimdata
To see what files were installed by slimdata, run:
port contents slimdata
To later upgrade slimdata, run:
sudo port selfupdate && sudo port upgrade slimdata
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.