{"id":20229166,"url":"https://github.com/dacap/format","last_synced_at":"2026-05-31T01:31:10.272Z","repository":{"id":66589508,"uuid":"60301080","full_name":"dacap/format","owner":"dacap","description":"Experimental C++11 type-safe sprintf like functionality","archived":false,"fork":false,"pushed_at":"2016-06-06T15:26:55.000Z","size":23,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T16:19:11.395Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dacap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-06-02T22:17:42.000Z","updated_at":"2024-12-07T15:26:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dfc2441-4712-42bd-98b8-b2ee70568518","html_url":"https://github.com/dacap/format","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/dacap%2Fformat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Fformat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Fformat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Fformat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dacap","download_url":"https://codeload.github.com/dacap/format/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241670608,"owners_count":20000433,"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":[],"created_at":"2024-11-14T07:34:33.009Z","updated_at":"2026-05-31T01:31:10.266Z","avatar_url":"https://github.com/dacap.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Format Library\n*Copyright (C) 2016 David Capello*\n\n[![Build Status](https://travis-ci.org/dacap/format.svg)](https://travis-ci.org/dacap/format)\n[![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)\n\nExample:\n\n    #include \u003ciostream\u003e\n    #include \"format.h\"\n\n    int main() {\n      std::cout \u003c\u003c format::string(\"{1}*{1} {0} {2}\", \"is\", 4, 16) \u003c\u003c \"\\n\";\n    }\n\nPrints:\n\n    4*4 is 16\n\n## Format one value\n\nExample:\n\n    #include \u003ciostream\u003e\n    #include \"format.h\"\n\n    int main() {\n      std::string out;\n      format::append_value(out, 32);\n\n      std::cout \u003c\u003c out \u003c\u003c \"+\" \u003c\u003c out \u003c\u003c \" = \"\n                \u003c\u003c format::value(64) \u003c\u003c \"\\n\";\n    }\n\nPrints:\n\n    32*32 = 64\n\n## Tested Compilers\n\n* Visual Studio 2015\n* Xcode 7.3.1 (`-std=c++11`)\n* GCC 4.8.4 (`-std=c++11`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacap%2Fformat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdacap%2Fformat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacap%2Fformat/lists"}