-
Notifications
You must be signed in to change notification settings - Fork 85
/
META.json
51 lines (51 loc) · 1.31 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
44
45
46
47
48
49
50
51
{
"name": "zhparser",
"abstract": "a parser for full-text search of Chinese",
"description": "Zhparser is a PostgreSQL extension for full-text search of Chinese.It implements a Chinese parser base on the Simple Chinese Word Segmentation(SCWS)",
"version": "0.2.0",
"maintainer": [
"Jov <[email protected]>"
],
"license": "postgresql",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.2.0"
},
"recommends": {
"PostgreSQL": "9.6.0"
}
}
},
"provides": {
"zhparser": {
"abstract": "a parser for full-text search of Chinese",
"file": "zhparser--1.0.sql",
"docfile": "README.md",
"version": "0.2.0"
}
},
"resources": {
"homepage": "http://amutu.com/blog/zhparser/",
"bugtracker": {
"web": "http://github.com/amutu/zhparser/issues/"
},
"repository": {
"url": "git://github.com/amutu/zhparser.git",
"web": "http://github.com/amutu/zhparser/",
"type": "git"
}
},
"generated_by": "Jov",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"release_status": "stable",
"tags": [
"parser",
"full text search",
"Chinese",
"dictionary"
]
}