-
Notifications
You must be signed in to change notification settings - Fork 27
/
META.json
35 lines (35 loc) · 866 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": "pg_uuidv7",
"abstract": "Create UUIDv7 values in Postgres",
"version": "1.6.0",
"maintainer": "fboulnois <[email protected]>",
"license": "open_source",
"provides": {
"pg_uuidv7": {
"abstract": "Create UUIDv7 values in Postgres",
"file": "sql/pg_uuidv7--1.6.sql",
"docfile": "README.md",
"version": "1.6.0"
}
},
"resources": {
"homepage": "https://github.com/fboulnois/pg_uuidv7",
"bugtracker": {
"web": "https://github.com/fboulnois/pg_uuidv7/issues"
},
"repository": {
"url": "git://github.com/fboulnois/pg_uuidv7.git",
"web": "https://github.com/fboulnois/pg_uuidv7",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"uuid",
"uuid-generator",
"uuidv7"
]
}