forked from tvondra/shared_ispell
-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
34 lines (34 loc) · 963 Bytes
/
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
{
"name": "shared_ispell",
"abstract": "Provides a shared ispell dictionary - initialized once and stored in shared segment.",
"description": "Allows you to allocate area within a shared segment and use it for ispell dictionaries.",
"version": "1.0.0",
"maintainer": "Tomas Vondra <[email protected]>",
"license": "bsd",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "8.4.0"
}
}
},
"provides": {
"query_histogram": {
"file": "shared_ispell--1.0.0.sql",
"version": "1.0.0"
}
},
"resources": {
"repository": {
"url": "https://github.com:tvondra/shared_ispell.git",
"web": "http://github.com/tvondra/shared_ispell",
"type": "git"
}
},
"tags" : ["ispell", "shared", "fulltext", "dictionary"],
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"release_status" : "testing"
}