{"id":13730291,"url":"https://github.com/seb-jones/simple-ini-reader","last_synced_at":"2025-05-08T02:32:09.777Z","repository":{"id":131329183,"uuid":"143258334","full_name":"seb-jones/simple-ini-reader","owner":"seb-jones","description":"Fast, Simple, Public Domain INI Reader written in C","archived":false,"fork":false,"pushed_at":"2019-02-09T22:55:22.000Z","size":54,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-14T21:37:55.406Z","etag":null,"topics":["c","cpp","cross-platform","ini","parser","public-domain","reader","single-file"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seb-jones.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-02T07:25:58.000Z","updated_at":"2022-01-12T06:35:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"49920f29-8cd7-44ed-bff3-e2207a377dd3","html_url":"https://github.com/seb-jones/simple-ini-reader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb-jones%2Fsimple-ini-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb-jones%2Fsimple-ini-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb-jones%2Fsimple-ini-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb-jones%2Fsimple-ini-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seb-jones","download_url":"https://codeload.github.com/seb-jones/simple-ini-reader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252986915,"owners_count":21836253,"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","cpp","cross-platform","ini","parser","public-domain","reader","single-file"],"created_at":"2024-08-03T02:01:12.872Z","updated_at":"2025-05-08T02:32:09.760Z","avatar_url":"https://github.com/seb-jones.png","language":"C","readme":"# Simple INI Reader\nA fast, simple, public domain INI Reader written in C. This repo includes a\nsingle-file library, and a Unix-style command-line utility that acts as a \ncomplete program example and can also be used to read INI files using shell\nscripts.\n\n## Why Use This?\n* Public domain, so no attribution is required.\n* Written using only the C Standard Library, so it should be portable (tested on Windows and Ubuntu).\n* Fast and has a small memory footprint, especially if custom allocators are used and warnings and errors are disabled.\n* Provides a very simple, user-friendly interface.\n\n## Basic Usage\n\n### Library\n\nSimply drop `simple_ini_reader.h` into your source folder and add the following to one of your C/C++ files:\n```\n#define SIMPLE_INI_READER_IMPLEMENTATION\n#include \"simple_ini_reader.h\"\n```\n`simple_ini_reader.h` has basic documentation commented at the top of the file. For more detailed examples check the [samples](samples/) folder.\n\n### Utility\n\nThe source code for the command-line utility is located in [util](util/). See the README file in that folder for more infomation.\n\n## Contact\nYou can send feedback to [contact@sebj.co.uk](mailto:contact@sebj.co.uk)\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseb-jones%2Fsimple-ini-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseb-jones%2Fsimple-ini-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseb-jones%2Fsimple-ini-reader/lists"}