Help language development. Donate to The Perl Foundation

Prometheus::Client cpan:HANENKAMP last updated on 2021-03-04

META6.json
{
  "name": "Prometheus::Client",
  "tags": [
  ],
  "license": "Artistic-2.0",
  "build-depends": [
  ],
  "version": "0.4.0",
  "depends": [
  ],
  "auth": "github:zostay",
  "source-url": "git://github.com/zostay/p6-Prometheus-Client.git",
  "description": "Prometheus instrumentation client for Perl 6",
  "test-depends": [
    "Test",
    "Test::META"
  ],
  "provides": {
    "Prometheus::Client": "lib/Prometheus/Client.pm6",
    "Prometheus::Client::Exporter": "lib/Prometheus/Client/Exporter.pm6",
    "Prometheus::Client::Exposition": "lib/Prometheus/Client/Exposition.pm6",
    "Prometheus::Client::Metrics": "lib/Prometheus/Client/Metrics.pm6"
  },
  "authors": [
    "Sterling Hanenkamp <[email protected]>"
  ],
  "support": {
    "source": "git://github.com/zostay/p6-Prometheus-Client.git"
  },
  "resources": [
  ],
  "meta-version": "0",
  "perl": "6.c"
}