{"id":21068923,"url":"https://github.com/kamchatka-volcano/figcone_xml","last_synced_at":"2026-02-04T08:33:57.147Z","repository":{"id":55059956,"uuid":"484210958","full_name":"kamchatka-volcano/figcone_xml","owner":"kamchatka-volcano","description":"rapidxml parser adapter for figcone library","archived":false,"fork":false,"pushed_at":"2025-07-05T11:57:17.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-05T12:40:59.720Z","etag":null,"topics":["cpp17","figcone","xml","xml-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-21T21:32:17.000Z","updated_at":"2024-10-04T20:16:19.000Z","dependencies_parsed_at":"2024-01-14T16:25:20.588Z","dependency_job_id":"1e1f90cd-23f7-418a-b744-250c9c8487d0","html_url":"https://github.com/kamchatka-volcano/figcone_xml","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/kamchatka-volcano/figcone_xml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamchatka-volcano%2Ffigcone_xml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamchatka-volcano%2Ffigcone_xml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamchatka-volcano%2Ffigcone_xml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamchatka-volcano%2Ffigcone_xml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamchatka-volcano","download_url":"https://codeload.github.com/kamchatka-volcano/figcone_xml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamchatka-volcano%2Ffigcone_xml/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265738212,"owners_count":23820156,"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","xml","xml-parser"],"created_at":"2024-11-19T18:29:30.096Z","updated_at":"2026-02-04T08:33:52.121Z","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_xml/actions/workflows/build_and_test.yml/badge.svg?branch=master)](https://github.com/kamchatka-volcano/figcone_xml/actions/workflows/build_and_test.yml)\n\n**figcone_xml** - is a [`rapidxml`](https://github.com/dwd/rapidxml) 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_xml\n    GIT_REPOSITORY \"https://github.com/kamchatka-volcano/figcone_xml.git\"\n    GIT_TAG \"origin/master\"\n)\n#uncomment if you need to install figcone_xml with your target\n#set(INSTALL_FIGCONE_XML ON)\nFetchContent_MakeAvailable(figcone_xml)\n\nadd_executable(${PROJECT_NAME})\ntarget_link_libraries(${PROJECT_NAME} PRIVATE figcone::figcone_xml)\n```\n\nFor the system-wide installation use these commands:\n```\ngit clone https://github.com/kamchatka-volcano/figcone_xml.git\ncd figcone_xml\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_xml 0.9.0 REQUIRED)\ntarget_link_libraries(${PROJECT_NAME} PRIVATE figcone::figcone_xml)\n```\n\n## Running tests\n```\ncd figcone_xml\ncmake -S . -B build -DENABLE_TESTS=ON\ncmake --build build\ncd build/tests \u0026\u0026 ctest\n```\n\n## License\n**figcone_xml** is licensed under the [MS-PL license](/LICENSE.md)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamchatka-volcano%2Ffigcone_xml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamchatka-volcano%2Ffigcone_xml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamchatka-volcano%2Ffigcone_xml/lists"}