inih (INI Not Invented Here) is a simple .INI file parser written in C
It's only a couple of pages of code, and it was designed to be small and simple, so it's good for embedded systems. It's also more or less compatible with Python's ConfigParser style of .INI files, including RFC 822-style multi-line syntax and name: value entries.
It's only a couple of pages of code, and it was designed to be small and simple, so it's good for embedded systems. It's also more or less compatible with Python's ConfigParser style of .INI files, including RFC 822-style multi-line syntax and name: value entries.
To install inih, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install inih
To see what files were installed by inih, run:
port contents inih
To later upgrade inih, run:
sudo port selfupdate && sudo port upgrade inih
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.