{"id":16577904,"url":"https://github.com/compufox/cl-ini","last_synced_at":"2026-03-11T00:01:36.376Z","repository":{"id":71050423,"uuid":"313664809","full_name":"compufox/cl-ini","owner":"compufox","description":"lisp ini parser","archived":false,"fork":false,"pushed_at":"2024-03-13T18:26:18.000Z","size":5,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-24T00:39:29.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/compufox.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":"2020-11-17T15:39:03.000Z","updated_at":"2024-03-13T18:26:22.000Z","dependencies_parsed_at":"2024-11-15T19:28:00.207Z","dependency_job_id":"d9d83f80-9e45-4d42-a0f5-3fa45a8c9d80","html_url":"https://github.com/compufox/cl-ini","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/compufox/cl-ini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compufox%2Fcl-ini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compufox%2Fcl-ini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compufox%2Fcl-ini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compufox%2Fcl-ini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compufox","download_url":"https://codeload.github.com/compufox/cl-ini/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compufox%2Fcl-ini/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30362690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T22:12:35.132Z","updated_at":"2026-03-11T00:01:36.341Z","avatar_url":"https://github.com/compufox.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cl-ini\n### _ava fox_\n\nparse an INI file into an alist\n\n## Installing\n\n```shell\n$ mkdir ~/common-lisp\n$ git clone https://github.com/compufox/cl-ini ~/common-lisp/cl-ini\n```\n\nthen\n\n```lisp\n* (ql:quickload :cl-ini)\n```\n\n## API\n\n`(parse-ini file)` =\u003e `nested alist`\n\nreads FILE in and parses it\n\nif no section is defined then all key-pairs are put into a :GLOBAL section\n\nreturns an alist with the same structure of the ini file\n\n---\n\n`(ini-value ini key \u0026key (section :global))` =\u003e `value OR nil`\n\nreturns the value of KEY for SECTION in INI\n\nreturns NIL if key does not exist\n\n## License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompufox%2Fcl-ini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompufox%2Fcl-ini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompufox%2Fcl-ini/lists"}