{"id":13410597,"url":"https://github.com/zertovitch/ada-bar-codes","last_synced_at":"2025-03-14T16:32:27.836Z","repository":{"id":111687371,"uuid":"208605938","full_name":"zertovitch/ada-bar-codes","owner":"zertovitch","description":"Ada Bar Codes: bar code (1D and 2D) generator in pure Ada ","archived":false,"fork":false,"pushed_at":"2024-09-14T08:07:55.000Z","size":245,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-14T19:18:44.176Z","etag":null,"topics":["ada","ada-language","ada-library","barcode","barcode-generator","datamatrix","datamatrix-generator","ean13","qr","qr-code","qr-code-generator","qr-codes","qr-generator","qrcode","qrcode-generator","upc-a","upca"],"latest_commit_sha":null,"homepage":"https://ada-bar-codes.sourceforge.io/","language":"Ada","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zertovitch.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-15T14:27:37.000Z","updated_at":"2024-09-14T08:07:58.000Z","dependencies_parsed_at":"2024-08-27T03:52:07.797Z","dependency_job_id":"46d88c65-99c8-4242-9e25-cf709382e218","html_url":"https://github.com/zertovitch/ada-bar-codes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zertovitch%2Fada-bar-codes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zertovitch%2Fada-bar-codes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zertovitch%2Fada-bar-codes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zertovitch%2Fada-bar-codes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zertovitch","download_url":"https://codeload.github.com/zertovitch/ada-bar-codes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243610264,"owners_count":20318932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ada","ada-language","ada-library","barcode","barcode-generator","datamatrix","datamatrix-generator","ean13","qr","qr-code","qr-code-generator","qr-codes","qr-generator","qrcode","qrcode-generator","upc-a","upca"],"created_at":"2024-07-30T20:01:07.872Z","updated_at":"2025-03-14T16:32:27.532Z","avatar_url":"https://github.com/zertovitch.png","language":"Ada","funding_links":[],"categories":["Libraries"],"sub_categories":["Format Readers and Writers","Format Readers, Writers and Checkers"],"readme":"Ada Bar Codes\n=============\n\nThe project Ada Bar Codes provides a package for generating\nvarious types of bar codes, including 2D bar codes like the QR code,\non different output formats, such as PDF, SVG or bitmaps.\n\nThe creation of a bar code is as simple as this small procedure:\n\n    with Ada.Text_IO, Bar_Codes, Bar_Codes_Media;\n\n    procedure Small_Demo is\n      use Ada.Text_IO;\n      svg : File_Type;\n    begin\n      Create (svg, Out_File, \"qr_code.svg\");\n      Put_Line\n        (svg,\n         Bar_Codes_Media.SVG_Bar_Code\n           (Bar_Codes.Code_QR_Low, 100.0, 100.0, \"mm\", \"Hello\"));\n      Close (svg);\n    end Small_Demo;\n\n====\n\nFull description in: ada_bar_codes.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzertovitch%2Fada-bar-codes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzertovitch%2Fada-bar-codes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzertovitch%2Fada-bar-codes/lists"}