-
Notifications
You must be signed in to change notification settings - Fork 8
/
META6.json
55 lines (55 loc) · 1.47 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"auth": "zef:tbrowder",
"author": "github:tbrowder",
"authors": [
"Tom Browder <tbrowder@acm.org>"
],
"build-depends": [
],
"depends": [
"Abbreviations"
],
"description": "Provides names for month and weekday numbers (multilingual).",
"license": "Artistic-2.0",
"name": "Date::Names",
"perl": "6.d",
"provides": {
"Date::Names": "lib/Date/Names.rakumod",
"Date::Names::de": "lib/Date/Names/de.rakumod",
"Date::Names::en": "lib/Date/Names/en.rakumod",
"Date::Names::es": "lib/Date/Names/es.rakumod",
"Date::Names::fr": "lib/Date/Names/fr.rakumod",
"Date::Names::id": "lib/Date/Names/id.rakumod",
"Date::Names::it": "lib/Date/Names/it.rakumod",
"Date::Names::nb": "lib/Date/Names/nb.rakumod",
"Date::Names::nl": "lib/Date/Names/nl.rakumod",
"Date::Names::nn": "lib/Date/Names/nn.rakumod",
"Date::Names::pl": "lib/Date/Names/pl.rakumod",
"Date::Names::ro": "lib/Date/Names/ro.rakumod",
"Date::Names::ru": "lib/Date/Names/ru.rakumod",
"Date::Names::uk": "lib/Date/Names/uk.rakumod"
},
"resources": [
"ISO-690-1.md",
"lang-class.t",
"run-test.sh",
"make-tests.raku",
"xx.rakumod"
],
"source-type": "git",
"source-url": "git://github.com/tbrowder/Date-Names.git",
"support": {
"bugtracker": "https://github.com/tbrowder/Date-Names/issues"
},
"tags": [
"date",
"names",
"weekday",
"month",
"moy",
"dow"
],
"test-depends": [
],
"version": "2.3.2"
}