/JSA

A collection of hopefully general and reusable packages.

Primary LanguageAda

# General, Reusable Packages from JSA Research & Innovation [1]

A collection of hopefully general and reusable packages.

Provided "as is" by JSA Research & Innovation.  Support contracts and
consulting services are available on request.

Bug reports are (not) very welcome.  Please report any errors or omissions
at <http://repositories.jacob-sparre.dk/jsa/issues> or by e-mail to
<bugs@jacob-sparre.dk>.


## License

The Ada packages supplied in this repository are distributed under the ISC
license, unless something else is noted in the individual files.


## Testing

    make test

runs the included test suite.


### Included tests

The repository comes with two ready-to-use test cases:

1) 'cyclomatic_complexity' - reports excessive cyclomatic complexities in the
   project sources.

2) 'unused_units' - warns about units which aren't compiled.


## Building

    make build

builds all the packages in the repository, but the intended use is to include
the sources of the library in your project and compiling on demand.


## Links

If you want to find free Ada tools or libraries AdaIC [2] is an excellent
starting point.  You can also take a look at my other source text
repositories [3] or my web site [4].

[1] Source text repository:
    http://repositories.jacob-sparre.dk/jsa
[2] Free Ada Tools and Libraries:
    http://www.adaic.org/ada-resources/tools-libraries/
[3] My repositories on Bitbucket:
    http://repositories.jacob-sparre.dk/
[4] My web site:
    http://www.jacob-sparre.dk/