2018-04-15 14:41:46 +00:00
|
|
|
{
|
|
|
|
"name": "noccylabs/ipc",
|
|
|
|
"description": "A complete set of IPC facilities",
|
|
|
|
"type": "library",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Christopher Vagnetoft",
|
|
|
|
"email": "cvagnetoft@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2018-04-15 15:25:55 +00:00
|
|
|
"keywords": [
|
|
|
|
"ipc",
|
|
|
|
"shm",
|
|
|
|
"msgqueue",
|
|
|
|
"signals"
|
|
|
|
],
|
2018-04-15 14:41:46 +00:00
|
|
|
"require": {},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://packages.noccylabs.info/composer/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/signals.stub.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"NoccyLabs\\Ipc\\": "src/"
|
|
|
|
}
|
|
|
|
}
|
2018-04-15 15:25:55 +00:00
|
|
|
}
|