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 25, 2023
2 parents c2b6763 + 564757f commit 1b589eb
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "base62",
"abstract": "Integers represented in base62",
"version": "0.0.1",
"maintainer": [ "Artur Zakirov <[email protected]>", "Manuel Kniep <[email protected]>" ],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"base36": {
"file": "sql/base62.sql",
"version": "0.0.1",
"abstract": "Integers represented in base62"
}
},
"meta-spec": {
"version": "0.0.1",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "Integers represented in base62",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/adjust/pg-base62/issues"
},
"repository": {
"url": "git://github.com/adjust/pg-base62.git",
"web": "http://github.com/adjust/pg-base62",
"type": "git"
}
}
}

0 comments on commit 1b589eb

Please sign in to comment.