Files
modular-kbd/firmware/archive/stmf446retx/.pio/libdeps/nucleo_f446re/Unity/library.json
2025-09-08 19:30:51 -07:00

19 lines
449 B
JSON
Executable File

{
"name": "Unity",
"version": "2.6.0",
"keywords": "unit-testing, testing, tdd, testing-framework",
"description": "Simple Unit Testing for C",
"homepage": "http://www.throwtheswitch.org/unity",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ThrowTheSwitch/Unity.git"
},
"frameworks": "*",
"platforms": "*",
"headers": "unity.h",
"build": {
"extraScript": "platformio-build.py"
}
}