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
}
Zig package manager has been merged for a while, as for this project, I suggest we add a new option
module: boolto 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 }