Skip to content

Add new package option to indicate whether it has module support #43

@jiacai2050

Description

@jiacai2050

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions