mirror of
https://gitlab.com/hyperglitch/jellyfish.git
synced 2026-01-20 18:40:35 +00:00
26 lines
575 B
JSON
26 lines
575 B
JSON
{
|
|
"name": "scpi-parser",
|
|
"keywords": "scpi",
|
|
"version": "2.4-pre",
|
|
"description": "Open Source SCPI device library",
|
|
"license": "BSD-2-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/j123b567/scpi-parser.git"
|
|
},
|
|
"authors": {
|
|
"name": "Jan Breuer",
|
|
"email": "jan.breuer@jaybee.cz"
|
|
},
|
|
"build": {
|
|
"includeDir": "libscpi/inc",
|
|
"srcDir": "libscpi/src"
|
|
},
|
|
"examples": [
|
|
"examples/test-interactive/main.c"
|
|
],
|
|
"frameworks": "*",
|
|
"platforms": "*"
|
|
}
|
|
|