{"id":25416345,"url":"https://github.com/doccaico/lexbor-zig-dynamic","last_synced_at":"2025-04-28T10:59:19.529Z","repository":{"id":276896836,"uuid":"929916877","full_name":"doccaico/lexbor-zig-dynamic","owner":"doccaico","description":"Experimental Zig wrapper for Lexbor v2.4.0","archived":false,"fork":false,"pushed_at":"2025-02-13T23:48:35.000Z","size":1583,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T20:47:31.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Zig","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/doccaico.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":"2025-02-09T17:41:40.000Z","updated_at":"2025-02-13T23:48:39.000Z","dependencies_parsed_at":"2025-02-13T00:20:20.311Z","dependency_job_id":null,"html_url":"https://github.com/doccaico/lexbor-zig-dynamic","commit_stats":null,"previous_names":["doccaico/lexbor-zig","doccaico/lexbor-zig-dll","doccaico/lexbor-zig-dynamic"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Flexbor-zig-dynamic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Flexbor-zig-dynamic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Flexbor-zig-dynamic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Flexbor-zig-dynamic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doccaico","download_url":"https://codeload.github.com/doccaico/lexbor-zig-dynamic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251302673,"owners_count":21567598,"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":[],"created_at":"2025-02-16T16:41:24.532Z","updated_at":"2025-04-28T10:59:19.508Z","avatar_url":"https://github.com/doccaico.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"### (WIP) lexbor-zig-dynamic (currently windows only)\nExperimental Zig wrapper for [Lexbor](https://github.com/lexbor/lexbor/) v2.4.0\n\n#### Fetch\n```\nzig fetch --save=lexbor https://github.com/doccaico/lexbor-zig-dynamic/archive/\u003cgit-commit-hash\u003e.tar.gz\n```\n\n#### Usage\n```zig\n// build.zig\n\n// const exe = b.addExecutable(.{\n// ...\nconst lexbor_dep = b.dependency(\"lexbor\", .{ .target = target, .optimize = optimize });\nexe.root_module.addImport(\"lexbor\", lexbor_dep.module(\"lexbor\"));\n\nconst install_lib = b.addInstallBinFile(lexbor_dep.path(\"lib/lexbor.dll\"), \"lexbor.dll\");\nb.default_step.dependOn(\u0026install_lib.step);\n\n// src/main.zig\n\nconst std = @import(\"std\");\n\nconst lb = @import(\"lexbor\");\n\npub fn main() !void {\n    var array = lb.core.array.create().?;\n    const status = array.init(32);\n\n    try std.testing.expectEqual(status, @intFromEnum(lb.core.Status.ok));\n\n    _ = array.destroy(true);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccaico%2Flexbor-zig-dynamic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoccaico%2Flexbor-zig-dynamic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccaico%2Flexbor-zig-dynamic/lists"}