{"id":25604734,"url":"https://github.com/hyouteki/cxmlp","last_synced_at":"2025-10-13T06:34:11.768Z","repository":{"id":250532230,"uuid":"834436202","full_name":"hyouteki/cxmlp","owner":"hyouteki","description":"C XML Parser","archived":false,"fork":false,"pushed_at":"2024-08-01T12:44:10.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T17:51:31.417Z","etag":null,"topics":["c","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyouteki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-27T09:05:52.000Z","updated_at":"2024-08-01T12:44:17.000Z","dependencies_parsed_at":"2025-02-21T17:50:11.134Z","dependency_job_id":"80278d07-5d34-439b-ba2d-158c35a7f919","html_url":"https://github.com/hyouteki/cxmlp","commit_stats":null,"previous_names":["hyouteki/cxmlp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyouteki/cxmlp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyouteki%2Fcxmlp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyouteki%2Fcxmlp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyouteki%2Fcxmlp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyouteki%2Fcxmlp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyouteki","download_url":"https://codeload.github.com/hyouteki/cxmlp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyouteki%2Fcxmlp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013970,"owners_count":26085429,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["c","xml-parser"],"created_at":"2025-02-21T17:50:04.581Z","updated_at":"2025-10-13T06:34:11.754Z","avatar_url":"https://github.com/hyouteki.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e C XML (eXtensible Markup Language) Parser\n\n## Setup\n``` bash\ngit clone https://github.com/hyouteki/cxmlp.git\ncd cxmlp/\ngit submodule update --remote --merge\n```\n\n## Test\n``` bash\ngcc test.c -o test\n./test\n```\n``` xml\n\u003crow id=\"main\"\u003e\n  \u003ccolumn id=\"sidebar\" background=\"black\"\u003e\n    \u003cimage id=\"logo\" src=\"./resources/logo.png\"/\u003e \n    \u003cbutton id=\"button1\" text=\"Menu Button 1\"/\u003e\n    \u003cbutton id=\"button2\" text=\"Menu Button 2\"/\u003e\n    \u003clabel id=\"menu label\" text=\"Sample Label with word wrap\"/\u003e\n  \u003c/column\u003e\n  \u003ccolumn id=\"canvas\" background=\"dark brown\"\u003e\n    \u003cbutton\n        id=\"button-fixed\"\n        text=\"Fixed button inside canvas\"\n        fixed=\"true\"/\u003e\n    \u003cbutton id=\"button-canvas\" text=\"Button inside canvas\"/\u003e\n    \u003clabel id=\"lorem\" style=\"heading\" text=\"Lorem Ipsum\"/\u003e\n    \u003clabel id=\"lorem-text\" lorem=\"true\"/\u003e\n  \u003c/column\u003e\n\u003c/row\u003e\n```\n\n## Dependency\n- [Steel - hyouteki](https://github.com/hyouteki/steel.git)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyouteki%2Fcxmlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyouteki%2Fcxmlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyouteki%2Fcxmlp/lists"}