A collection of C modules potentially useful to any project
The libmba package is a collection of mostly independent C modules potentially useful to any project. There are hashmap, linkedlist, and stack ADTs, a DOM-like interface that can load and store XML files for simple XML processing, a module for managing error codes and associated messages across separate C libraries, and more.
The libmba package is a collection of mostly independent C modules potentially useful to any project. There are hashmap, linkedlist, and stack ADTs, a DOM-like interface that can load and store XML files for simple XML processing, a module for managing error codes and associated messages across separate C libraries, and more.
To install libmba, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libmba
To see what files were installed by libmba, run:
port contents libmba
To later upgrade libmba, run:
sudo port selfupdate && sudo port upgrade libmba
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.