Hi all,
I have released new versions of UPasConf, GContnrs, CmdLine and data2pas. No new functionality, just a change of license to be more compatible with Free Pascal licence.
http://yann.merignac.free.fr/- data2pas is a command line tool that generates pascal include files from a text file description. This is a tool similar to data2inc but using a more "pascalish" syntax.
- CmdLine is a Free Pascal unit for parsing easily GNU style command line options.
- GContnrs is a generic container collection for Free Pascal. It implements : doubly linked lists, dequeues, hash maps, hash sets, priority queues, queues, stacks, tree maps, tree sets and vectors and some algorithms (sort, shuffle, min, max, ...).
- UPasConf a unit that has been designed to create configuration programs in Pascal. It allows you to create programs that mimic the famous './configure' script. It can also create GNU makefiles for your projects.