Help language development. Donate to The Perl Foundation

UNIX::Privileges zef:jonathanstowe last updated on 2022-08-07

META6.json
{
  "name": "UNIX::Privileges",
  "tags": [
    "unix",
    "privileges",
    "daemon"
  ],
  "resources": [
    "libraries/unix_privileges"
  ],
  "source-url": "https://github.com/jonathanstowe/raku-unix-privileges.git",
  "description": "A module for handling UNIX Privileges",
  "support": {
    "source": "https://github.com/jonathanstowe/raku-unix-privileges.git",
    "bugtracker": "https://github.com/jonathanstowe/p6-unix-privileges/issues"
  },
  "test-depends": [
  ],
  "api": "1.0",
  "auth": "zef:jonathanstowe",
  "meta-version": "1",
  "authors": [
    "carbin",
    "jonathanstowe"
  ],
  "depends": {
    "runtime": {
      "requires": [
      ]
    },
    "build": {
      "requires": [
        "Distribution::Builder::MakeFromJSON:ver<0.6+>"
      ]
    }
  },
  "builder": "Distribution::Builder::MakeFromJSON",
  "build" : {
     "src-dir" : "src",
     "makefile-variables" : {
        "unix_privileges": {"resource": "libraries/unix_privileges"}
     }
  },
  "raku": "6.*",
  "license": "ISC",
  "version": "0.1.6",
  "author": "github:carbin",
  "provides": {
    "UNIX::Privileges": "lib/UNIX/Privileges.rakumod"
  },
  "build-depends": [
  ]
}