{ "name": "variant", "abstract": "Variant data type for PostgreSQL", "description": "A data type that allows storing data from any other type and remembering what the original type was", "version": "1.0.1", "maintainer": "Jim Nasby ", "license": { "BSD 2 Clause": "http://opensource.org/licenses/bsd-license.php" }, "provides": { "variant": { "abstract": "Variant data type for PostgreSQL", "file": "sql/variant.sql", "docfile": "doc/variant.md", "version": "1.0.1" } }, "prereqs": { "test": { "requires": { "pgTAP": 0 } } }, "release_status": "testing", "generated_by": "Jim Nasby", "tags": [ "variant", "type", "variable data type" ], "resources": { "homepage": "http://github.com/BlueTreble/variant/", "bugtracker": { "web": "http://github.com/BlueTreble/variant/issues" }, "repository": { "url": "git://github.com/BlueTreble/variant.git", "web": "http://github.com/BlueTreble/variant/", "type": "git" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "X_vi": "vi: expandtab ts=4 sw=4" }