{"id":25244847,"url":"https://github.com/slayers-git/slconfig","last_synced_at":"2025-04-05T21:15:49.713Z","repository":{"id":275697474,"uuid":"385214580","full_name":"slayers-git/slconfig","owner":"slayers-git","description":"Unix configuration file parser","archived":false,"fork":false,"pushed_at":"2021-07-13T16:39:56.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T01:41:25.220Z","etag":null,"topics":["c89","config","configuration-files","parser"],"latest_commit_sha":null,"homepage":"","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/slayers-git.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":"2021-07-12T10:51:16.000Z","updated_at":"2022-02-25T16:23:09.000Z","dependencies_parsed_at":"2025-02-04T04:41:37.541Z","dependency_job_id":null,"html_url":"https://github.com/slayers-git/slconfig","commit_stats":null,"previous_names":["slayers-git/slconfig"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slayers-git%2Fslconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slayers-git%2Fslconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slayers-git%2Fslconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slayers-git%2Fslconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slayers-git","download_url":"https://codeload.github.com/slayers-git/slconfig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399886,"owners_count":20932880,"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":["c89","config","configuration-files","parser"],"created_at":"2025-02-12T01:37:06.921Z","updated_at":"2025-04-05T21:15:49.663Z","avatar_url":"https://github.com/slayers-git.png","language":"C","readme":"# SLConfig\n\nSLConfig is a simple config parser library written in C89, it can be used to parse standart UNIX configuration files with some additional functionality added (optionally).\n\n## Features\n\n- Optionally enviromental variables can be obtained and set to a key\n- Optional variables inside of the configuration files\n\n## Example configuration file syntax\n\n```\n# standart UNIX configuration syntax:\n# comment\nkey1 = value\nkey2 = \"value within quotes\"\n\n# optional functionality:\nshell_of_choice = ${SHELL} # example usage of enviromental variables\n# example usage of variables\n$prefix = \"[myprefix]\"\nerror = $(prefix)\" error: \"\nwarn  = $(prefix)\" warning: \"\n```\n\nExample C implementation can be found in `example.c` file\n\n## Building\n\nTo build and install SLConfig library on a \\*nix system, in your shell type\n```bash\nmkdir build \u0026\u0026 cd build\\\ncmake \u0026\u0026 make \u0026\u0026 sudo make install\n```\n\nIf you also want to compile example.c, add `-DSLC_EXAMPLES=1` to the cmake command.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslayers-git%2Fslconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslayers-git%2Fslconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslayers-git%2Fslconfig/lists"}