Zig package manager has been merged for a while, as for this project, I suggest we add a new option module: bool
to indicate whether it has module support, something like this:
{
"author": "vrischmann",
"tags": [
"database"
],
"git": "https://github.com/vrischmann/zig-sqlite",
"root_file": "/sqlite.zig",
"description": "zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig. ",
"license": "mit",
"updated_at": "2023-01-28T06:15:38Z",
"homepage": ""
"module": false // newly add field
}