2
0
mirror of https://github.com/boostorg/format.git synced 2026-01-19 16:22:12 +00:00
Files
format/meta/libraries.json
2024-05-15 14:26:22 -04:00

18 lines
448 B
JSON

{
"key": "format",
"name": "Format",
"authors": [
"Samuel Krempp"
],
"description": "The format library provides a type-safe mechanism for formatting arguments according to a printf-like format-string.",
"category": [
"IO",
"String"
],
"maintainers": [
"Samuel Krempp <krempp -at- crans.ens-cachan.fr>",
"James E. King III <jking -at- apache.org>"
],
"cxxstd": "11"
}