-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA.json
More file actions
45 lines (45 loc) · 1.02 KB
/
META.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
{
"name": "pg_when",
"abstract": "Just say when.",
"description": "A PostgreSQL extension for creating time values with natural language.",
"version": "0.1.9",
"maintainer": [
"Fraol Lemecha <fraol0912@gmail.com>"
],
"license": "mit",
"provides": {
"pg_when": {
"abstract": "Just say when.",
"file": "src/lib.rs",
"docfile": "README.md",
"version": "0.1.9"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "13.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/frectonz/pg-when/issues"
},
"repository": {
"url": "git://github.com/frectonz/pg-when.git",
"web": "https://github.com/frectonz/pg-when",
"type": "git"
}
},
"generated_by": "Fraol Lemecha",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"pgrx",
"timestamp",
"rust"
]
}