Serenity Operating System
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Meta: Add more libraries to ReadMe.md

authored by

Linus Groh and committed by
Andreas Kling
5967262d 42d535ec

+5
+5
ReadMe.md
··· 55 55 * GUI toolkit (LibGUI) 56 56 * Cross-process communication library (LibIPC) 57 57 * HTML/CSS engine (LibWeb) 58 + * JavaScript engine (LibJS) 58 59 * Markdown (LibMarkdown) 59 60 * Audio (LibAudio) 60 61 * PCI database (LibPCIDB) 61 62 * Terminal emulation (LibVT) 62 63 * Network protocols (HTTP) (LibProtocol) 64 + * Mathematical functions (LibM) 65 + * ELF file handing (LibELF) 66 + * POSIX threading (LibPthread) 67 + * Higher-level threading (LibThread) 63 68 64 69 ## Userland features 65 70