Add "musl" to section "Recommendations - Software - PC"

This commit closes #65.
This commit is contained in:
inference 2024-03-24 03:22:13 +00:00
parent e24b63e0af
commit 4e8cc15f40
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
2 changed files with 23 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - About -->
<!-- Version: 10.2.0-alpha.5 -->
<!-- Version: 10.2.0-alpha.6 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -523,6 +523,28 @@
<p>(GPL-2.0-only)</p>
</td>
</tr>
<tr>
<th id="software-pc-libc">C Standard Library</th>
<th id="musl" headers="software-pc software-pc-libc">
<img src="asset/img/logo/musl.png" width="90%" height="90%" alt="musl logo"/><br/>
musl</th>
<td class="desc" headers="software-pc-description musl">
<p><a href="https://musl.libc.org/">musl</a>
is a lightweight C standard library which aims to be correct,
standards-compliant, and safe. Unlike
<a href="https://gnu.org/software/libc">glibc</a>,
it greatly conforms to POSIX standards, deviating very little
by keeping its own non-standard extensions to a minimum, and
takes care to not break such conformity.</p>
<p>Also unlike glibc, due to its lightweight and
standards-compliant design, musl is portable and well-suited for
use in any system, whether desktop, server, or embedded.</p>
</td>
<td headers="software-pc-source_model musl">
<p>Open-source</p>
<p>(MIT)</p>
</td>
</tr>
<tr>
<th id="software-web_browser">Web browser</th>
<th id="chromium" headers="software-pc software-web_browser">

BIN
asset/img/logo/musl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB