-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
35 lines (35 loc) · 962 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_py_ext",
"abstract": "A PostgreSQL extension using PL/Python3U to add numbers",
"description": "pg_py_ext is a simple PostgreSQL extension that demonstrates how to create a function using the PL/Python3U language to add two numbers.",
"version": "1.0.0",
"maintainer": [
"Ishaan Adarsh <ishaanad9@gmail.com>"
],
"license": "postgresql",
"provides": {
"pg_py_ext": {
"abstract": "A PostgreSQL extension using PL/Python3U to add numbers",
"file": "pg_py_ext--1.0.0.sql",
"version": "1.0.0"
}
},
"resources": {
"repository": {
"url": "git://github.com/IshaanAdarsh/pg_py_ext.git",
"web": "https://github.com/IshaanAdarsh/pg_py_ext/",
"type": "git"
}
},
"generated_by": "Ishaan Adarsh",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"PostgreSQL",
"extension",
"Procedural Language",
"addition"
]
}