The Ada CSS library is an Ada 05 implementation of the CSS Object Model (CSSOM). It provides a CSS parser that allows to read stylesheets and have them represented in memory. The library provides operations to look at the CSS rules.
The motivation to have such library is to provide tools that allows to check the syntax, analyze, optimize and make various reports on CSS files.
To use Ada CSS library, configure as follows:
make setup BUILD=debug PREFIX=/opt
make
For the installation, use the following command:
make install