{ "name": "pg_natural_sort_order", "abstract": "Natural Sort Order for PostgreSQL 9", "description": "pg_natural_sort_order allows for natural sort ordering on a standard index via a simple and configurable normalization function.", "version": "1.0.1", "maintainer": [ "Stephen 'Crash' Agneta " ], "license": { "PostgreSQL": "https://opensource.org/licenses/MIT" }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.0.0" }, "recommends": { "PostgreSQL": "9.5.0" } } }, "provides": { "pg_natural_sort_order": { "file": "pg_natural_sort_order--1.0.1.sql", "docfile": "README.md", "version": "1.0.1", "abstract": "Unit testing assertions for PostgreSQL" } }, "resources": { "homepage": "https://github.com/Bjond/pg_natural_sort_order", "bugtracker": { "web": "https://github.com/Bjond/pg_natural_sort_order/issues" }, "repository": { "url": "https://github.com/Bjond/pg_natural_sort_order.git", "web": "https://github.com/Bjond/pg_natural_sort_order", "type": "git" } }, "generated_by": "Stephen 'Crash' Agneta", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "natural sort order", "sorting", "human-friendly" ] }