forked from zostay/raku-Prometheus-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA6.json
32 lines (32 loc) · 900 Bytes
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "Prometheus::Client",
"description": "Prometheus instrumentation client for Perl 6",
"version": "0.4.0",
"perl": "6.c",
"meta-version": "0",
"authors": [
"Sterling Hanenkamp <[email protected]>"
],
"auth": "github:zostay",
"depends": [
"OO::Monitors"
],
"build-depends": [],
"test-depends": [
"Test",
"Test::META"
],
"provides": {
"Prometheus::Client": "lib/Prometheus/Client.rakumod",
"Prometheus::Client::Exporter": "lib/Prometheus/Client/Exporter.rakumod",
"Prometheus::Client::Exposition": "lib/Prometheus/Client/Exposition.rakumod",
"Prometheus::Client::Metrics": "lib/Prometheus/Client/Metrics.rakumod"
},
"resources": [],
"support": {
"source": "git://github.com/zostay/p6-Prometheus-Client.git"
},
"license": "Artistic-2.0",
"tags": [],
"source-url": "git://github.com/zostay/p6-Prometheus-Client.git"
}