Add library.json for embedded development

This commit is contained in:
Ivan Kravets 2022-04-29 14:32:30 +03:00 committed by GitHub
parent 7e4ad40171
commit 4ca7f4d417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
library.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "fmt",
"description": "{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.",
"keywords": "c-plus-plus, performance, cross-platform, formatting, printf, output, multiplatform, chrono",
"version": "8.1.1",
"repository": {
"type": "git",
"url": "https://github.com/fmtlib/fmt"
},
"homepage": "https://fmt.dev",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"build": {
"srcFilter": [
"+<*>",
"-<fmt.cc>",
"-<os.cc>"
]
}
}