-
Notifications
You must be signed in to change notification settings - Fork 2
/
META.json
44 lines (37 loc) · 1.09 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
{
"name": "complex",
"abstract": "Complex number UDT",
"description": "C-language extension that provides a UDT for complex numbers. It is intended for educational purposes, not production use.",
"version": "0.5.0",
"maintainer": "Bear Giles <[email protected]>",
"license": "postgresql",
"provides": {
"complex": {
"abstract": "Complex number UDT",
"file": "sql/complex.sql",
"docfile": "doc/complex.md",
"version": "0.5.0"
}
},
"release_status": "stable",
"resources": {
"repository": {
"url": "https://github.com/bgiles/pg_complex/complex.git",
"web": "https://github.com/bgiles/pg_complex/complex",
"type": "git"
}
},
"generated_by": "Bear Giles <[email protected]>",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"math",
"complex number",
"educational",
"example",
"user-defined type",
"UDT"
]
}