forked from mpaland/printf
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathlibrary.json
More file actions
24 lines (24 loc) · 700 Bytes
/
library.json
File metadata and controls
24 lines (24 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "printf",
"version": "0.6.3",
"description": "Standalone printf/sprintf formatted printing function library",
"keywords": "printf, sprintf, vprintf, vsprintf, vsprintf, vsnprintf, self-contained, standalone, custom-printf, text-formatting, formatted-printing",
"repository": {
"type": "git",
"url": "https://github.com/eyalroz/printf.git"
},
"authors": [
{
"name": "Eyal Rozenberg",
"email": "eyalroz1@gmx.com",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/eyalroz/printf",
"frameworks": "*",
"platforms": "*",
"export": {
"include": ["src", "CMakeLists.txt", "cmake", "printf_config.h.in"]
}
}