csv2swag.exe was built in Ubuntu 15.04 with a 3.19.0 kernel.  

It requires the following libraries:
 - libcsv-dev (3.0.3+dfsg-2)
 - libjansson-dev (2.7-1ubuntu1)

It was built using the following compilation:
 gcc csv2swag.c -o csv2swag.exe -ljansson -lcsv

csv2swag.exe requires the CSV-converted version of the Management Resources Matrix file from 
IRIG 106 Chapter 25, Appendix 25A.  The CSV file should have a field delimiter of ',' (comma) 
and a text delimiter of '"' (double quote).

Example execution:
 ./csv2swag.exe test.csv test.json

The JSON file can then be used by tools on Swagger website (swagger.io) to auto-generate 
HTML documentation, skeleton HTTP clients, and skeleton HTTP servers.

