library for writing Unix servers or daemon processes
libut is a C library for writing Unix servers or daemon processes. It invokes callbacks for I/O, signals, or timer activity. It supports logging, profiling, configuration, and runtime administration through an interactive control port.
libut is a C library for writing Unix servers or daemon processes. It invokes callbacks for I/O, signals, or timer activity. It supports logging, profiling, configuration, and runtime administration through an interactive control port.
To install libut, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libut
To see what files were installed by libut, run:
port contents libut
To later upgrade libut, run:
sudo port selfupdate && sudo port upgrade libut
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.