{"id":20348094,"url":"https://github.com/uriid1/lua-ini","last_synced_at":"2026-07-03T18:06:39.146Z","repository":{"id":114785654,"uuid":"500982322","full_name":"uriid1/lua-ini","owner":"uriid1","description":"INI file parser","archived":false,"fork":false,"pushed_at":"2025-11-20T07:41:09.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-20T09:26:31.289Z","etag":null,"topics":["ini","ini-parser","lua","luajit"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uriid1.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-07T19:46:14.000Z","updated_at":"2025-11-20T07:40:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"438d2e77-d226-4a75-9659-98549f0f5617","html_url":"https://github.com/uriid1/lua-ini","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uriid1/lua-ini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriid1%2Flua-ini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriid1%2Flua-ini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriid1%2Flua-ini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriid1%2Flua-ini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uriid1","download_url":"https://codeload.github.com/uriid1/lua-ini/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriid1%2Flua-ini/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35096035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ini","ini-parser","lua","luajit"],"created_at":"2024-11-14T22:19:11.146Z","updated_at":"2026-07-03T18:06:39.141Z","avatar_url":"https://github.com/uriid1.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lua-ini\n\nSupport for load and saving ini files.\n\n---\n\n\u003e [!warning]\n\u003e There is no support for load and save comments. Because it doesn't make sense.\n\n# Format\n```ini\n; One line comment\n# Unix style comment\n\n; Global var\ntest = \"Hello, World!\"\n__version = 1.1\n\n# Environment variable\nlang = ${LANG}\nuser = ${USER}\n\n; Comment\n[section_name]\nspeed = 100     ; Game speed\ngravity = 0.1   # Game gravity\n\n[types]\nvar_int = 123\nvar_float = 1.23\nvar_bool = true\nvar_char = 'A'\nvar_string = \"Awesome ini!\"\nvar_arr[] = 1, 2, 3, 4, 5\nvar_arr_fruits[] = apple, banana, orange\nvar_arr_mutate[] = 1, banana, 2, orange\n```\n\n# Example\n```lua\nlocal ini = require 'ini'\nlocal conf = ini.parse 'test/conf_test.ini'\n\n-- Test\nprint(conf.__verion)\nprint(conf.section_name.speed)\nprint(conf.section_name.gravity)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furiid1%2Flua-ini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furiid1%2Flua-ini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furiid1%2Flua-ini/lists"}