forked from jeff-davis/PostgreSQL-Temporal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
35 lines (35 loc) · 901 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
35
{
"name": "temporal",
"abstract": "temporal data type and functions",
"version": "0.7.1",
"maintainer": "Jeff Davis <[email protected]>",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"temporal": {
"file": "temporal.sql",
"version": "0.7.1"
}
},
"resources": {
"homepage": "https://github.com/jeff-davis/PostgreSQL-Temporal",
"bugtracker": {
"web": "http://github.com/jeff-davis/PostgreSQL-Temporal/issues"
},
"repository": {
"url": "https://github.com/jeff-davis/PostgreSQL-Temporal.git",
"web": "https://github.com/jeff-davis/PostgreSQL-Temporal",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"temporal",
"period",
"time"
]
}