{
   "name": "orafce",
   "abstract": "Oracle's compatibility functions and packages",
   "description": "This module allows use a well known Oracle's functions and packages inside PostgreSQL",
   "version": "3.17.0",
   "maintainer": [
      "Pavel Stehule <pavel.stehule@gmail.com>",
      "Takahiro Itagaki <itagaki.takahiro@gmail.com>"
   ],
   "license": {
      "PostgreSQL": "http://www.postgresql.org/about/licence"
   },
   "prereqs": {
      "runtime": {
         "requires": {
            "plpgsql": 0,
            "MogDB": "2.1.0"
         },
         "recommends": {
            "MogDB": "2.1.0"
         }
      }
   },
   "provides": {
     "orafce": {
       "file": "sql/orafce.sql",
       "docfile": "README.orafce",
       "version": "2.1.0",
       "abstract": "Oracle's compatibility functions and packages"
     }
   },
   "resources": {
      "homepage": "http://www.pgsql.cz/index.php/Oracle_functionality_%28en%29",
      "repository": {
        "url": "https://github.com/orafce/orafce",
        "web":  "https://github.com/orafce/orafce",
        "type": "git"
      }
   },
   "generated_by": "Pavel Stehule",
   "meta-spec": {
      "version": "1.0.0",
      "url": "http://pgxn.org/meta/spec.txt"
   },
   "release_status": "stable",
   "tags": [
      "oracle",
      "compatibility",
      "user function",
      "custom function",
      "intrerprocess communication",
      "read from file",
      "write to file",
      "bussiness calendar"
   ]
}