{ "name": "pg_luhn", "abstract": "Luhn algorithm implementation for Postgres", "description": "Check a number using the Luhn formula", "version": "0.0.1", "maintainer": [ "Damien Clochard " ], "license": { "PostgreSQL": "https://gitlab.com/dalibo/pg_luhn/blob/master/LICENSE.md" }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "11.0.0" } } }, "provides": { "anon": { "file": "pg_luhn.sql", "docfile": "README.md", "version": "0.0.1", "abstract": "Luhn algorithm implementation for Postgres" } }, "resources": { "homepage": "https://gitlab.com/dalibo/pg_luhn", "bugtracker": { "web": "https://gitlab.com/dalibo/pg_luhn/issues" }, "repository": { "url": "https://gitlab.com/dalibo/pg_luhn.git", "web": "https://gitlab.com/dalibo/pg_luhn", "type": "git" } }, "generated_by": "Damien Clochard", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "tags": [ "checksum" ] }