{"id":19340491,"url":"https://github.com/doccaico/libxml2-zig-windows","last_synced_at":"2025-10-13T23:12:12.079Z","repository":{"id":236785454,"uuid":"793146448","full_name":"doccaico/libxml2-zig-windows","owner":"doccaico","description":"libxml2 built using Zig build system for Windows","archived":false,"fork":false,"pushed_at":"2024-05-03T06:57:26.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T08:34:13.994Z","etag":null,"topics":["libxml2","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doccaico.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":"2024-04-28T15:02:46.000Z","updated_at":"2024-05-20T15:16:38.000Z","dependencies_parsed_at":"2024-05-03T07:58:13.608Z","dependency_job_id":"cd0e28b9-856a-4adf-aa47-b367bfcd695c","html_url":"https://github.com/doccaico/libxml2-zig-windows","commit_stats":null,"previous_names":["doccaico/libxml2-build"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doccaico/libxml2-zig-windows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Flibxml2-zig-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Flibxml2-zig-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Flibxml2-zig-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Flibxml2-zig-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doccaico","download_url":"https://codeload.github.com/doccaico/libxml2-zig-windows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Flibxml2-zig-windows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017235,"owners_count":26086015,"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":["libxml2","zig"],"created_at":"2024-11-10T03:26:40.520Z","updated_at":"2025-10-13T23:12:12.048Z","avatar_url":"https://github.com/doccaico.png","language":"Zig","readme":"## libxml2-zig-windows\n\nThis binding tested on [libxml2](https://github.com/GNOME/libxml2/) 2.12.6 and Zig master version. It's Windows only.\n\n#### Fetch\n```sh\n$ zig fetch --save=libxml2 https://github.com/doccaico/libxml2-zig-windows/archive/\u003cgit-commit-hash\u003e.tar.gz\n```\n\n#### Usage\n```zig\n// build.zig\n\nconst libxml2 = b.dependency(\"libxml2\", .{ .target = target, .optimize = optimize });\nexe.linkLibrary(libxml2.artifact(\"libxml2\"));\n\n// src/main.zig\n\nconst std = @import(\"std\");\n\nconst c = @cImport({\n    @cInclude(\"libxml/xmlreader.h\");\n});\n\n[your code ...]\n```\nSee more [examples](https://github.com/doccaico/libxml2-zig-windows/tree/main/examples)\n\n#### Tests\n```sh\n$ git clone https://github.com/doccaico/libxml2-zig-windows.git\n$ cd libxml2-zig-windows\n\n# Builds all the examples\n$ zig build examples\n\n# To list available examples\n$ zig build --help\n```\n\nBased on [mitchellh/zig-build-libxml2](https://github.com/mitchellh/zig-build-libxml2) and [ianprime0509/zig-libxml2](https://github.com/ianprime0509/zig-libxml2)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccaico%2Flibxml2-zig-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoccaico%2Flibxml2-zig-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccaico%2Flibxml2-zig-windows/lists"}