Skip to content

Commit 9265577

Browse files
authored
Create library.json
1 parent 59f2624 commit 9265577

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

library.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
//name=ArduinoSTL
2+
//version=1.1.0
3+
/author=Mike Matera <matera@lifealgorithmic.com>
4+
//maintainer=Mike Matera <matera@lifealgorithmic.com>
5+
//s/entence=A port of uClibc++ packaged as an Arduino library.
6+
//paragraph=This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.
7+
//category=Other
8+
//url=https://github.com/mike-matera/ArduinoSTL
9+
//architectures=avr,samd
10+
//includes=ArduinoSTL.h
11+
12+
{
13+
"name": "ArduinoSTL",
14+
"keywords": "bip39, bitcoin",
15+
"description": "This is a portable C++ implementation of BIP39. The goal of this project is to provide a BIP39 implementation with minimal dependencies and to be compatiable with the most number of platforms, including Arduino.",
16+
"license": "MIT",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/ciband/bip39.git"
20+
},
21+
"authors": {
22+
"name": "Chris Johnson",
23+
"url": "https://github.com/ciband/bip39"
24+
},
25+
"dependencies": {
26+
27+
},
28+
"version": "1.1.0",
29+
"frameworks": "arduino",
30+
"export": {
31+
"exclude": [
32+
"extras/*"
33+
]
34+
}
35+
}

0 commit comments

Comments
 (0)