We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12e7744 + a0ce4cf commit f06ac37Copy full SHA for f06ac37
library.json
@@ -1,13 +1,19 @@
1
{
2
- "name": "tiny-AES-c",
3
- "keywords": "cryptography, aes",
4
- "description": "Small portable AES128/192/256 in C",
5
- "repository":
6
- {
7
- "type": "git",
8
- "url": "https://github.com/kokke/tiny-AES-c.git"
9
- },
10
- "frameworks": "*",
11
- "platforms": "*",
12
- "examples": "test.c"
+ "version": "1.0.0",
+ "name": "tiny-AES-c",
+ "keywords": "cryptography, aes",
+ "description": "Small portable AES128/192/256 in C",
+ "repository":
+ {
+ "type": "git",
+ "branch": "master",
+ "url": "https://github.com/kokke/tiny-AES-c.git"
+ },
+ "frameworks": "*",
13
+ "platforms": "*",
14
+ "examples": "test.c",
15
+ "build":
16
17
+ "srcFilter": "+<*> -<.git/> -<test.c> -<test.cpp> -<test_package/>"
18
+ }
19
}
0 commit comments