-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
35 lines (35 loc) · 870 Bytes
/
library.json
File metadata and controls
35 lines (35 loc) · 870 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
25
26
27
28
29
30
31
32
33
34
35
{
"name": "STC15 hardware",
"version": "0.16.0",
"description": "Hardware abstractions library for STC15 MCU series. Contains C headers described MCU and methods for bits manipulation, delay, uart and etc",
"keywords": "8051, STC15, intel_mcs51",
"repository":
{
"type": "git",
"url": "https://github.com/mgoblin/STC15lib.git"
},
"authors":
[
{
"name": "Michael Golovanov",
"email": "mike.golovanov@gmail.com",
"url": "https://github.com/mgoblin",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/mgoblin/STC15lib",
"dependencies": {
},
"export": {
"include":
[
"docs/html/*",
"include/*",
"src/*",
"examples/*"
]
},
"frameworks": "*",
"platforms": "intel_mcs51"
}