{
   "name": "pgzint",
   "abstract": "A PostgreSQL extension for the Zint barcode library",
   "description": "This library contains a PostgreSQL extension called pgzint, which allows you to generate PNG-formatted barcode images for a number of different symbologies supported by Zint. It includes a helper table which contains the id/constant mappings, as well as convenience functions for generating default barcodes from input text.",
   "version": "0.2.0",
   "date": "2026-07-26T20:02:50Z",
   "maintainer": [
      "David Beauchamp <postgresql@davidbeauchamp.com>"
   ],
   "release_status": "stable",
   "user": "davidbeauchamp",
   "sha1": "7c0b3c75c3f767d80e6e4e5d8e2a29eaa2bd1714",
   "license": "mit",
   "provides": {
      "pgzint": {
         "abstract": "A PostgreSQL extension for the Zint barcode library",
         "docfile": "README.md",
         "file": "pgzint--0.2.0.sql",
         "version": "0.2.0"
      }
   },
   "tags": ["pgzint", "zint", "barcode", "symbols", "qr", "qr code", "PDF417"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/davidbeauchamp/pgzint/issues/"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/davidbeauchamp/pgzint.git",
         "web": "https://github.com/davidbeauchamp/pgzint"
      }
   }
}
