-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA6.json
38 lines (38 loc) · 947 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
33
34
35
36
37
38
{
"name": "Intl::Fluent",
"description": "A localization framework implementing Mozilla’s project Fluent",
"version": "0.8.1",
"perl": "6.*",
"authors": [
"Matthew ‘Matéu’ Stephen STUCKWISCH <mateu@softastur.com>"
],
"auth": "github:alabamenhu",
"depends": [
"Intl::LanguageTag",
"Intl::UserLanguage",
"Intl::Number::Plural",
"Intl::Format::Number"
],
"build-depends": [],
"test-depends": [],
"provides": {
"Fluent": "lib/Fluent.pm6",
"Fluent::Actions": "lib/Fluent/Actions.pm6",
"Fluent::Classes": "lib/Fluent/Classes.pm6",
"Fluent::Functions": "lib/Fluent/Functions.pm6",
"Fluent::Grammar": "lib/Fluent/Grammar.pm6"
},
"resources": [],
"license": "Artistic-2.0",
"tags": [
"Language",
"Tag",
"Localization",
"Locale",
"International",
"Internationalization",
"RF"
],
"api": 1,
"source-url": "git://github.com/alabamenhu/bcp47.git"
}