forked from cr1st1p/platformio-boost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (23 loc) · 777 Bytes
/
library.json
File metadata and controls
25 lines (23 loc) · 777 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": "boost",
"keywords": "c++, generic, boost, collections",
"description": "The famous Boost C++ Libraries. All original files included but only some libraries will work on your system.",
"authors":
[
{
"name": "Cristi Posoiu",
"email": "cristi@posoiu.net",
"url": "https://www.posoiu.net",
"maintainer": true
},
{
"name": "Boost Users",
"email": "boost-users@lists.boost.org",
"url": "https://www.boost.org"
}],
"version": "1.71.0",
"license" : "BSL-1.0",
"downloadUrl": "https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.gz",
"frameworks": ["arduino", "esp8266-nonos-sdk", "esp8266-rtos-sdk"],
"platforms": ["espressif8266", "atmelavr", "nordicnrf52"]
}