Skip to content

Commit

Permalink
Merge pull request #23 from adjust/PerikAdjust-patch-1
Browse files Browse the repository at this point in the history
Create META.json
  • Loading branch information
PerikAdjust authored Dec 5, 2023
2 parents 7183295 + 284b484 commit 8c5dce3
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "wltree",
"author": "adjustgmbh",
"abstract": "This is adevens patched version of Postgres ltree module",
"version": "2.0",
"maintainer" : [
"adjustgmbh"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"wltree": {
"file": "sql/pg_lock_pool.sql",
"version": "2.0",
"abstract": "This is adevens patched version of Postgres ltree module"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "This is adevens patched version of Postgres ltree module",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0.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 8c5dce3

Please sign in to comment.