Charles is a container and algorithms library for Ada.
Charles is a container and algorithms library based in the C++ STL. It is general, flexible, and efficient, and its design has been guided by the philosophy that a library should stay out of the programmer's way. The library comprises sequence containers and associative containers. Sequence containers include vectors, deques, and lists. The associative containers include sets, multisets, maps, and multimaps.
Charles is a container and algorithms library based in the C++ STL. It is general, flexible, and efficient, and its design has been guided by the philosophy that a library should stay out of the programmer's way. The library comprises sequence containers and associative containers. Sequence containers include vectors, deques, and lists. The associative containers include sets, multisets, maps, and multimaps.
To install gnat-charles, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gnat-charles
To see what files were installed by gnat-charles, run:
port contents gnat-charles
To later upgrade gnat-charles, run:
sudo port selfupdate && sudo port upgrade gnat-charles
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.