-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
33 lines (32 loc) · 897 Bytes
/
module.json
File metadata and controls
33 lines (32 loc) · 897 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
{
"module": "cserial",
"title": "cserial toolbox",
"summary": "Serial port C MEX functions",
"version": "1.0.0",
"platforms": "all",
"nelson": "<2.0.0",
"builtin": true,
"description": "Serial port C MEX functions",
"copyright": "Copyright © 2020-present Allan CORNET",
"author": {
"name": "Allan CORNET",
"email": "nelson.numerical.computation@gmail.com",
"url": "https://nelson-numerical-software.github.io/nelson-website/"
},
"license": "APACHE V2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/NelsonModules/cserial.git"
},
"keywords": [
"serial",
"port",
"communication",
"mex"
],
"bugs": {
"url": "https://github.com/NelsonModules/cserial/issues"
},
"homepage": "https://github.com/NelsonModules/cserial",
"dependencies": {}
}