{ "name": "pgchronos", "version": "1.0.0", "abstract": "sql functions and operators for Postgresql for performing union, intersection, and difference operations on sets of daterange and tstzrange types", "maintainer": "Eric Worden ", "license": "bsd", "provides": { "pgchronos": { "file": "sql/pgchronos--1.0.sql", "docfile": "README.md", "version": "1.0.0", "abstract": "sql functions and operators for Postgresql for performing union, intersection, and difference operations on sets of daterange and tstzrange types" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.2.0" } } }, "release_status": "testing", "resources": { "repository": { "web": "https://github.com/worden341/pgchronos", "url": "https://github.com/worden341/pgchronos.git", "type": "git" } }, "tags": ["range", "daterange", "tstzrange", "dates", "operators"], "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" } }