{"id":21068927,"url":"https://github.com/kamchatka-volcano/figcone_ini","last_synced_at":"2025-06-25T02:35:57.647Z","repository":{"id":62260771,"uuid":"483827614","full_name":"kamchatka-volcano/figcone_ini","owner":"kamchatka-volcano","description":"inifile-cpp parser adapter for figcone library","archived":false,"fork":false,"pushed_at":"2025-06-15T11:25:09.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T12:25:49.303Z","etag":null,"topics":["cpp17","figcone","ini","ini-parser"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"ms-pl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamchatka-volcano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-04-20T22:07:08.000Z","updated_at":"2024-09-01T09:47:51.000Z","dependencies_parsed_at":"2024-05-22T19:58:13.779Z","dependency_job_id":"b5f0e0ee-d0aa-4cb7-b2d3-f6687a2b4e0e","html_url":"https://github.com/kamchatka-volcano/figcone_ini","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/kamchatka-volcano/figcone_ini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamchatka-volcano%2Ffigcone_ini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamchatka-volcano%2Ffigcone_ini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamchatka-volcano%2Ffigcone_ini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamchatka-volcano%2Ffigcone_ini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamchatka-volcano","download_url":"https://codeload.github.com/kamchatka-volcano/figcone_ini/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamchatka-volcano%2Ffigcone_ini/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261791831,"owners_count":23210206,"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":["cpp17","figcone","ini","ini-parser"],"created_at":"2024-11-19T18:29:30.526Z","updated_at":"2025-06-25T02:35:57.625Z","avatar_url":"https://github.com/kamchatka-volcano.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![build \u0026 test (clang, gcc, MSVC)](https://github.com/kamchatka-volcano/figcone_ini/actions/workflows/build_and_test.yml/badge.svg?branch=master)](https://github.com/kamchatka-volcano/figcone_ini/actions/workflows/build_and_test.yml)\n\n**figcone_ini** - is a [`inifile-cpp`](https://github.com/Rookfighter/inifile-cpp) configuration parser adapter for [`figcone`](https://github.com/kamchatka-volcano/figcone) library. \n\n\n## Installation\nDownload and link the library from your project's CMakeLists.txt:\n```\ncmake_minimum_required(VERSION 3.14)\n\ninclude(FetchContent)\nFetchContent_Declare(figcone_ini\n    GIT_REPOSITORY \"https://github.com/kamchatka-volcano/figcone_ini.git\"\n    GIT_TAG \"origin/master\"\n)\n#uncomment if you need to install figcone_ini with your target\n#set(INSTALL_FIGCONE_INI ON)\nFetchContent_MakeAvailable(figcone_ini)\n\nadd_executable(${PROJECT_NAME})\ntarget_link_libraries(${PROJECT_NAME} PRIVATE figcone::figcone_ini)\n```\n\nFor the system-wide installation use these commands:\n```\ngit clone https://github.com/kamchatka-volcano/figcone_ini.git\ncd figcone_ini\ncmake -S . -B build\ncmake --build build\ncmake --install build\n```\n\nAfterwards, you can use find_package() command to make the installed library available inside your project:\n```\nfind_package(figcone_ini 0.9.0 REQUIRED)\ntarget_link_libraries(${PROJECT_NAME} PRIVATE figcone::figcone_ini)\n```\n\n## Running tests\n```\ncd figcone_ini\ncmake -S . -B build -DENABLE_TESTS=ON\ncmake --build build\ncd build/tests \u0026\u0026 ctest\n```\n\n## License\n**figcone_ini** is licensed under the [MS-PL license](/LICENSE.md)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamchatka-volcano%2Ffigcone_ini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamchatka-volcano%2Ffigcone_ini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamchatka-volcano%2Ffigcone_ini/lists"}