{"id":15047875,"url":"https://github.com/monhi/inilite","last_synced_at":"2026-03-16T08:05:51.351Z","repository":{"id":154692110,"uuid":"370615156","full_name":"monhi/inilite","owner":"monhi","description":"This is a simple 200 line implementation of ini files for Linux operating system.","archived":false,"fork":false,"pushed_at":"2023-10-10T06:58:46.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T17:17:28.530Z","etag":null,"topics":["cplusplus-11","ini","linux"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monhi.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}},"created_at":"2021-05-25T08:11:33.000Z","updated_at":"2022-03-18T21:05:07.000Z","dependencies_parsed_at":"2023-07-30T01:32:04.075Z","dependency_job_id":null,"html_url":"https://github.com/monhi/inilite","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/monhi%2Finilite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monhi%2Finilite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monhi%2Finilite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monhi%2Finilite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monhi","download_url":"https://codeload.github.com/monhi/inilite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243489778,"owners_count":20298997,"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":["cplusplus-11","ini","linux"],"created_at":"2024-09-24T21:05:31.857Z","updated_at":"2025-12-27T11:26:09.754Z","avatar_url":"https://github.com/monhi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# INI Lite\r\nThis is a lite implementation of INI configuration files for Linux OS.\r\nIt uses C++ 11 features. \r\nThe following templates are used:\r\n1. std::map\r\n2. std::string\r\n3. std::mutex\r\n4. std::set \r\n\r\nIt is the first time that I have used std::set in a project. \r\n\r\nJust, setKey and getkey functions are implemented to handle string values. \r\nOther types can be converted to a string and saved inside INI file. \r\n\r\nNotes:\r\n- Each line can have a maximum of 512 characters. But you can change it in the `IniLinux.h` header file.\r\n- Lines are sorted alphabetically before saving.\r\n- Comment lines are deleted automatically. do not save any comment.\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonhi%2Finilite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonhi%2Finilite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonhi%2Finilite/lists"}