{ "name": "noccylabs/linux-gpio", "description": "Linux GPIO wrapper with interrupt support", "license": "GPL-3.0", "authors": [ { "name": "Christopher Vagnetoft", "email": "cvagnetoft@gmail.com" } ], "require": { "noccylabs/sansi": "dev-master" }, "autoload": { "psr-4": { "NoccyLabs\\Gpio\\": "lib/" } } }