Skip to content

Commit

Permalink
Merge pull request #4 from adjust/PerikAdjust-patch-1
Browse files Browse the repository at this point in the history
Create META.json
  • Loading branch information
PerikAdjust authored Sep 26, 2023
2 parents 7444959 + 2506e83 commit 272d9e4
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "lock_pool",
"abstract": "To wait on a lock pool",
"version": "0.0.1",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"lock_poo": {
"file": "sql/pg_lock_pool.sql",
"version": "0.0.1",
"abstract": "To wait on a lock pool"
}
},
"meta-spec": {
"version": "0.0.1",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "To wait on a lock pool",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/adjust/pg_lock_pool/issues"
},
"repository": {
"url": "git://github.com/adjust/pg_lock_pool.git",
"web": "http://github.com/adjust/pg_lock_pool",
"type": "git"
}
}
}

0 comments on commit 272d9e4

Please sign in to comment.