-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
43 lines (43 loc) · 1.14 KB
/
META.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
{
"name": "pg_icu_parser",
"abstract": "Full text search parser using ICU boundary analysis",
"version": "1.0.0",
"maintainer": "Igor Khanin <[email protected]>",
"license": {
"mozilla_2_0": "https://www.mozilla.org/en-US/MPL/2.0/"
},
"provides": {
"pg_icu_parser": {
"abstract": "Full text search parser using ICU boundary analysis",
"file": "pg_icu_parser--1.0.sql",
"docfile": "README.md",
"version": "1.0.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0.0"
}
}
},
"resources": {
"repository": {
"url": "git://github.com/IgKh/pg_icu_parser.git",
"web": "https://github.com/IgKh/pg_icu_parser",
"type": "git"
},
"bugtracker": {
"web": "https://github.com/IgKh/pg_icu_parser/issues"
}
},
"generated_by": "Igor Khanin",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"full text search",
"icu"
]
}