1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-25 16:22:58 +01:00
OpenVoiceOS/buildroot-external/package/python-sysv-ipc/Config.in
j1nx 0abca6a109 [WIP] Working on implementing all sj201-interface dependencies
Leaving it for now as circuitpython needs some thoughs to implement
into the buildroot system.
2022-11-05 15:11:23 +01:00

8 lines
196 B
Plaintext

config BR2_PACKAGE_PYTHON_SYSV_IPC
bool "python-sysv-ipc"
help
System V IPC primitives (semaphores, shared memory and
message queues) for Python.
http://semanchuk.com/philip/sysv_ipc/