{"id":21940681,"url":"https://github.com/48cf/limine-zig","last_synced_at":"2025-04-22T15:43:51.050Z","repository":{"id":50752562,"uuid":"519651789","full_name":"48cf/limine-zig","owner":"48cf","description":"A Zig library for handling Limine boot protocol structures.","archived":false,"fork":false,"pushed_at":"2025-03-12T22:53:50.000Z","size":39,"stargazers_count":20,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-04-14T22:05:07.012Z","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/48cf.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":"2022-07-31T01:04:38.000Z","updated_at":"2025-04-02T03:27:21.000Z","dependencies_parsed_at":"2024-01-11T06:10:11.452Z","dependency_job_id":"73ed3c58-e4b1-4da0-8a60-6a0c9c0ded18","html_url":"https://github.com/48cf/limine-zig","commit_stats":null,"previous_names":["48cf/limine-zig"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/48cf%2Flimine-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/48cf%2Flimine-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/48cf%2Flimine-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/48cf%2Flimine-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/48cf","download_url":"https://codeload.github.com/48cf/limine-zig/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250270344,"owners_count":21403031,"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":"2024-11-29T02:35:47.045Z","updated_at":"2025-04-22T15:43:51.037Z","avatar_url":"https://github.com/48cf.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# limine-zig\n\nZig bindings for the [The Limine Boot Protocol](https://github.com/limine-bootloader/limine/blob/trunk/PROTOCOL.md).\n\nTo use this library, add it to your `build.zig.zon` file manually or use `zig fetch`:\n\n```sh\nzig fetch --save git+https://github.com/48cf/limine-zig#trunk\n```\n\nThen, import the library in your `build.zig`:\n\n```zig\nconst limine_zig = b.dependency(\"limine_zig\", .{\n    // The API revision of the Limine Boot Protocol to use, if not provided\n    // it defaults to 0. Newer revisions may change the behavior of the bootloader.\n    .api_revision = 3,\n    // Whether to allow using deprecated features of the Limine Boot Protocol.\n    // If set to false, the build will fail if deprecated features are used.\n    .allow_deprecated = false,\n    // Whether to expose pointers in the API. When set to true, any field\n    // that is a pointer will be exposed as a raw address instead.\n    .no_pointers = false,\n});\n\n// Get the Limine module\nconst limine_module = limine_zig.module(\"limine\");\n\n// Import the Limine module into the kernel\nkernel.addImport(\"limine\", limine_module);\n```\n\nYou can find an example kernel using this library [here](https://github.com/48cf/limine-zig-template).\n\nTo use this library, you need at least Zig 0.14.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F48cf%2Flimine-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F48cf%2Flimine-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F48cf%2Flimine-zig/lists"}