Difference between revisions of "Libconfini"

From Free Software Directory
Jump to: navigation, search
(Entry creation)
 
Line 6: Line 6:
 
|User level=advanced
 
|User level=advanced
 
|Is High Priority Project=No
 
|Is High Priority Project=No
|Computer languages=C
+
|VCS checkout command=git clone http://github.com/madmurphy/libconfini.git
 +
|Computer languages=C99
 
|Decommissioned/Obsolete=No
 
|Decommissioned/Obsolete=No
 
|Accepts cryptocurrency donations=No
 
|Accepts cryptocurrency donations=No
Line 34: Line 35:
 
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 
|System-administration=configuration
 
|System-administration=configuration
 +
|Software-development=small-specific-development-task
 
|Use=library
 
|Use=library
 
|Version-control=git
 
|Version-control=git

Revision as of 10:15, 15 May 2018


[edit]

libconfini

https://madmurphy.github.io/libconfini/
Yet another INI parser

libconfini is a simple INI parsing library with the ability to read disabled entries (i.e., valid entries nested in comments). libconfini does not store the data read from an INI file, but rather dispatches it, formatted, to a custom listener. The code is written in C (C99) and does not depend on any particular library, except for the C standard libraries stdio.h, stdlib.h and stdint.h.





Licensing

License

Verified by

Verified on

Notes

License

GPLv3




Leaders and contributors

Resources and communication

AudienceResource typeURI
DevelopersBug Trackinghttps://github.com/madmurphy/libconfini/issues
DevelopersGeneralhttps://github.com/madmurphy/libconfini


Software prerequisites




Entry







"Developers" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Developers" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.