-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
25 lines (22 loc) · 703 Bytes
/
META.json
File metadata and controls
25 lines (22 loc) · 703 Bytes
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
{
"name": "sys_syn",
"abstract": "System Synchronization",
"description": "An asynchronous, loosely coupled, one-to-many system replication kit.",
"version": "0.0.1",
"maintainer": "The maintainer's name",
"license": "postgresql",
"provides": {
"sys_syn": {
"abstract": "An asynchronous, loosely coupled, one-to-many system replication kit.",
"file": "sql/sys_syn.sql",
"docfile": "doc/sys_syn.md",
"version": "0.0.1"
}
},
"release_status": "unstable",
"generated_by": "The maintainer's name",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}