mirror of
https://github.com/adjust/pg-base36.git
synced 2025-12-16 15:54:39 +00:00
42 lines
942 B
JSON
42 lines
942 B
JSON
{
|
|
"name": "base36",
|
|
"abstract": "Integers represented in base36",
|
|
"version": "1.1.1",
|
|
"maintainer" : [
|
|
"adjustgmbh"
|
|
],
|
|
"license": {
|
|
"PostgreSQL": "http://www.postgresql.org/about/licence"
|
|
},
|
|
"provides": {
|
|
"base36": {
|
|
"file": "sql/base36.sql",
|
|
"version": "1.1.1",
|
|
"abstract": "Integers represented in base36"
|
|
}
|
|
},
|
|
"meta-spec": {
|
|
"version": "1.0.0",
|
|
"url": "http://pgxn.org/meta/spec.txt"
|
|
},
|
|
"description": "Integers represented in base36",
|
|
"prereqs": {
|
|
"runtime": {
|
|
"requires": {
|
|
"PostgreSQL": "10.0.0"
|
|
}
|
|
}
|
|
},
|
|
"resources": {
|
|
"bugtracker": {
|
|
"web": "http://github.com/adjust/pg-base36/issues"
|
|
},
|
|
"repository": {
|
|
"url": "git://github.com/adjust/pg-base36.git",
|
|
"web": "http://github.com/adjust/pg-base36",
|
|
"type": "git"
|
|
}
|
|
}
|
|
}
|
|
|