Skip to content

Commit c5aef36

Browse files
peppapighseyalroz
authored andcommitted
Fixed #191: Added a library.json meta-data file for explicitl support of use with the PlatformIO (see www.platformio.org)
1 parent 174349a commit c5aef36

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

library.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "printf",
3+
"version": "0.6.3",
4+
"description": "Standalone printf/sprintf formatted printing function library",
5+
"keywords": "printf, sprintf, vprintf, vsprintf, vsprintf, vsnprintf, self-contained, standalone, custom-printf, text-formatting, formatted-printing",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/eyalroz/printf.git"
9+
},
10+
"authors": [
11+
{
12+
"name": "Eyal Rozenberg",
13+
"email": "[email protected]",
14+
"maintainer": true
15+
}
16+
],
17+
"license": "MIT",
18+
"homepage": "https://github.com/eyalroz/printf",
19+
"frameworks": "*",
20+
"platforms": "*",
21+
"export": {
22+
"include": ["src", "CMakeLists.txt", "cmake", "printf_config.h.in"]
23+
}
24+
}

0 commit comments

Comments
 (0)