The following modules are part of toolbox.
| Module | Purpose |
|---|---|
| array | Comparing, searching, and sorting arrays |
| conf | Configuration handling |
| git | Interacting with git repositories |
| inst | Writing daemons |
| ipc | Message-based IPC (GPG-signed) |
| is | Checking the value of variables |
| json | Handling JSON data |
| log | Logging and debugging |
| mutex | Locks for protecting shared resources |
| opt | Command line parsing |
| queue | "Thread"-safe FIFOs |
| sem | Process synchronization |
| uipc | Message-based IPC (unsigned) |
| wmutex | Weak (owner-less) locks |