forked from theory/pg-semver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
52 lines (52 loc) · 1.25 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
52
{
"name": "semver",
"abstract": "A semantic version data type",
"description": "Provides a data type the enforces the Semantic Version format and includes support btree and hash indexing.",
"version": "0.4.0",
"maintainer": [
"David E. Wheeler <david@justatheory.com>",
"Sam Vilain <sam@vilain.net>"
],
"license": "postgresql",
"provides": {
"semver": {
"abstract": "A semantic version data type",
"file": "sql/semver.sql",
"docfile": "doc/semver.mmd",
"version": "0.3.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "8.4.0"
}
},
"test": {
"requires": {
"plpgsql": 0
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/theory/pg-semver/issues/"
},
"repository": {
"url": "git://github.com/theory/pg-semver.git",
"web": "http://github.com/theory/pg-semver/",
"type": "git"
}
},
"generated_by": "David E. Wheeler",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"semantic version",
"semver",
"version",
"version number"
]
}