-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
46 lines (46 loc) · 1.07 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
{
"name": "semver-rs",
"abstract": "The semver extension but written in Rust",
"version": "0.1.0",
"maintainer": "Emanuel Bennici <[email protected]>",
"license": "MIT",
"provides": {
"pair": {
"abstract": "A key/value pair data type",
"file": "sql/_gen_full.sql",
"docfile": "doc/semver-rs.md",
"version": "0.1.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": ">= 14.0.0"
},
"conflicts": {
"semver": ">= 0.1.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/fabmation-gmbh/pg_semver-rs/issues"
},
"repository": {
"url": "git://github.com/fabmation-gmbh/pg_semver-rs.git",
"web": "https://github.com/fabmation-gmbh/pg_semver-rs",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"rust",
"semantic version",
"semver",
"version",
"version number"
]
}