Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a META.json #1

Open
theory opened this issue Apr 17, 2015 · 1 comment
Open

Add a META.json #1

theory opened this issue Apr 17, 2015 · 1 comment

Comments

@theory
Copy link

theory commented Apr 17, 2015

And release on PGXN?

{
   "name": "uri",
   "abstract": "A URI type for PostgreSQL",
   "description": "This is an extension for PostgreSQL that provides a uri data type. The actual URI parsing is provided by the uriparser library, which supports URI syntax as per RFC 3986.",
   "version": "1.20150415.0",
   "maintainer": "Peter Eisentraut <[email protected]>",
   "license": "postgresql",
   "provides": {
      "uri": {
         "abstract": "A URI type for PostgreSQL",
         "file": "uri.sql",
         "docfile": "README.md",
         "version": "1.20150415.0"
      }
   },
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "9.1.0"
         }
      }
   },
   "resources": {
      "bugtracker": {
         "web": "https://github.com/petere/pguri/issues/"
      },
      "repository": {
        "url":  "git:https://github.com/petere/pguri.git",
        "web":  "https://github.com/petere/pguri/",
        "type": "git"
      }
   },
   "generated_by": "David E. Wheeler",
   "meta-spec": {
      "version": "1.0.0",
      "url": "https://pgxn.org/meta/spec.txt"
   },
   "tags": [
      "uri",
      "url",
      "data type"
   ]
}
@nyov
Copy link

nyov commented Sep 3, 2018

👍 to a pgxn release. That might also help with seeing it packaged in distributions... eventually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants