Skip to content

Commit

Permalink
Create META.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PerikAdjust authored Sep 27, 2023
1 parent 7183295 commit f3952c3
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": "wltree",
"abstract": "This is adevens patched version of Postgres ltree module",
"version": "2.0",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"wltree": {
"file": "sql/pg_lock_pool.sql",
"version": "0.2.0",
"abstract": "This is adevens patched version of Postgres ltree module"
}
},
"meta-spec": {
"version": "2.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "This is adevens patched version of Postgres ltree module",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/adjust/wltree/issues"
},
"repository": {
"url": "git://github.com/adjust/wltree.git",
"web": "http://github.com/adjust/wltree",
"type": "git"
}
}
}

0 comments on commit f3952c3

Please sign in to comment.