From 4ca7f4d417f165510b939979ed40a6b882c2d0b1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 29 Apr 2022 14:32:30 +0300 Subject: [PATCH] Add library.json for embedded development --- library.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 00000000..5cc15379 --- /dev/null +++ b/library.json @@ -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": [ + "+<*>", + "-", + "-" + ] + } +}