{"id":18427133,"url":"https://github.com/nowisesys/libinifile","last_synced_at":"2025-04-13T19:38:44.247Z","repository":{"id":141471815,"uuid":"168047681","full_name":"nowisesys/libinifile","owner":"nowisesys","description":"C/C++ library for parsing ini-files","archived":false,"fork":false,"pushed_at":"2019-01-28T23:37:44.000Z","size":793,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T08:27:30.358Z","etag":null,"topics":["c-library","cpp-library","ini-parser"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nowisesys.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-28T22:23:10.000Z","updated_at":"2023-03-09T11:48:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"3feb4663-4e82-4529-bacc-c15c51ae1501","html_url":"https://github.com/nowisesys/libinifile","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowisesys%2Flibinifile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowisesys%2Flibinifile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowisesys%2Flibinifile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowisesys%2Flibinifile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nowisesys","download_url":"https://codeload.github.com/nowisesys/libinifile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248769387,"owners_count":21158809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-library","cpp-library","ini-parser"],"created_at":"2024-11-06T05:09:44.218Z","updated_at":"2025-04-13T19:38:44.238Z","avatar_url":"https://github.com/nowisesys.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n   C/C++ library with syntax validator for parsing ini-style configuration files. \n\n** INTRODUCTION:\n\n   This file format is commonly used by many application, among them Samba \n   and MySQL. The parsing can be customized by calling inifile_set_option(). \n   Each entry in the file is retrieved as an triple with current section, the \n   keyword and an optional value. \n\n** EXAMPLE:\n\n   An example of the ini-file format:\n\n     [section 1]\n  \n     key1 = val1\n     key2 = val2\n\n     [section 2]\n    \n     key3 = val3\n\n   The above content should generate this result:\n\n     ent( sect =\u003e section 1, key =\u003e key1, val =\u003e val1)\n     ent( sect =\u003e section 1, key =\u003e key2, val =\u003e val2)\n     ent( sect =\u003e section 2, key =\u003e key3, val =\u003e val3)\n\n   Empty and commented lines are ignored. Currently the hash character ('#') \n   is recognized as comment begin and everthing after it is ignored.\n\n** INSTALL:\n\n   See installation instructions for different platforms inside the\n   docs directory.\n\nAnders Lövgren, 2006-08-29\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowisesys%2Flibinifile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnowisesys%2Flibinifile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowisesys%2Flibinifile/lists"}