Help language development. Donate to The Perl Foundation

JSON::Class zef:jonathanstowe last updated on 2022-08-07

META6.json
{
  "provides": {
    "JSON::Class": "lib/JSON/Class.rakumod"
  },
  "authors": [
    "Jonathan Stowe <[email protected]>"
  ],
  "resources": [
  ],
  "depends": [
    "JSON::Marshal:ver<0.0.23+>",
    "JSON::Unmarshal:ver<0.08+>",
    "JSON::OptIn",
    "JSON::Name:ver<0.0.6+>"
  ],
  "description": "role to provide simple serialisation/deserialisation of objects to/from JSON",
  "source-url": "https://github.com/jonathanstowe/JSON-Class.git",
  "author": "Jonathan Stowe <[email protected]>",
  "raku": "6.*",
  "version": "0.0.19",
  "auth": "zef:jonathanstowe",
  "name": "JSON::Class",
  "license": "Artistic-2.0",
  "build-depends": [
  ],
  "test-depends": [
    "JSON::Fast",
    "Test"
  ],
  "api": "1.0",
  "tags": [
    "object",
    "serialisation",
    "JSON"
  ],
  "support": {
    "source": "https://github.com/jonathanstowe/JSON-Class.git",
    "bugtracker": "https://github.com/jonathanstowe/JSON-Class/issues"
  },
  "meta-version": "1"
}