@@ -11,7 +11,7 @@ Go there for:
1111- [ Merge Requests] ( https://gitlab.com/iniparser/iniparser/-/merge_requests/new )
1212
1313Changes in March 2024:
14- @lmoellendorf took over maintenance for this project.
14+ \ @ lmoellendorf took over maintenance for this project.
1515
1616- [X] The objective was to get all known issues fixed and released as v4.2.
1717- [X] After that, this project has been frozen on Github as v4.2.1 and
@@ -21,7 +21,7 @@ Changes in March 2024:
2121Thanks a million times to Lars for his tremendous work and help in keeping this
2222library alive!
2323
24- Many thanks to @touilleman for his exceptional contributions and efforts for
24+ Many thanks to \ @ touilleman for his exceptional contributions and efforts for
2525maintaining this project for a decade. Manu, you rock!
2626
2727## Overview
@@ -35,6 +35,12 @@ Key features:
3535 - Fully re-entrant : easy to make it thread-safe (just surround
3636 library calls by mutex)
3737
38+ ## Installation
39+
40+ iniParser is available in a number of package repositories:
41+
42+ [ ![ Packaging status] ( https://repology.org/badge/vertical-allrepos/iniparser.svg )] ( https://repology.org/project/iniparser/versions )
43+
3844## MinGW
3945
4046In the instructions below, replace ` make all ` by ` ninja ` if you are using
@@ -139,7 +145,7 @@ make all
139145Open the file ` html/index.html ` with any HTML-capable browser.
140146
141147Or see the [ complete documentation] ( https://iniparser.gitlab.io/iniparser/ )
142- in online.
148+ online.
143149
144150
145151## License
@@ -282,7 +288,7 @@ the section name, and a NULL associated value. They can be queried through
282288` iniparser_find_entry() ` .
283289
284290To launch the parser, use the function called ` iniparser_load() ` , which takes
285- an input file name and returns a newly allocated @ e dictionary structure. This
291+ an input file name and returns a newly allocated ` dictionary ` structure. This
286292latter object should remain opaque to the user and only accessed through the
287293following accessor functions:
288294
0 commit comments