{
   "name": "cat_tools",
   "abstract": "Tools for interfacing with the Postgres catalog",
   "version": "0.3.0",
   "date": "2026-08-06T21:40:34Z",
   "maintainer": [
      "Jim Nasby <Jim.Nasby@gmail.com>"
   ],
   "release_status": "stable",
   "user": "decibel",
   "sha1": "5f9cc7b7e6a5f2c1d1633114c1c6a64b5f8434ed",
   "license": "mit",
   "prereqs": {
      "build": {
         "requires": {
            "PostgreSQL": "12.0.0"
         }
      },
      "runtime": {
         "requires": {
            "plpgsql": 0
         }
      },
      "test": {
         "requires": {
            "pgtap": 0
         }
      }
   },
   "provides": {
      "cat_tools": {
         "abstract": "Tools for interfacing with the catalog",
         "file": "sql/cat_tools.sql",
         "version": "0.3.0"
      }
   },
   "tags": ["catalog", "meta", "metaprogramming"],
   "resources": {
      "bugtracker": {
         "web": "http://github.com/decibel/cat_tools/issues"
      },
      "homepage": "http://github.com/decibel/cat_tools/",
      "repository": {
         "type": "git",
         "url": "git://github.com/decibel/cat_tools.git",
         "web": "http://github.com/decibel/cat_tools/"
      }
   }
}
