Description
Generic C collections reduce the amount of custom container code a project needs to maintain. Programs can reuse ready-made structures such as lists, maps, queues, or other collection types with a consistent API.
This is a developer library, not a visible application. Install it when building C software that depends on Collections-C or when packaging an application that links against it.