]> Kevux Git Server - kevux.org-website/commitdiff
Update: Add musl-libc to webbing.
authorKevin Day <thekevinday@gmail.com>
Sun, 31 Jul 2022 21:34:01 +0000 (16:34 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 31 Jul 2022 21:34:01 +0000 (16:34 -0500)
webbing.html

index 909e4e8c45e4e26d5eba6f8b1ef0658274e4b4de..0fdbdf43369968a87840362dd49a9461d973056b 100644 (file)
@@ -65,6 +65,9 @@
           <div class="nav-item block">
             <a href="webbing.html#suckless" class="nav-text link">Software that Sucks Less</a>
           </div>
+          <div class="nav-item block">
+            <a href="webbing.html#musl_libc" class="nav-text link">Musl Libc</a>
+          </div>
           <div class="nav-item block ellipses">
             <a href="webbing.html#nav-expanded" class="nav-text link open" title="Expand Menu">…</a>
             <a href="webbing.html" class="nav-text link close">Collapse Menu</a>
               </p>
             </div>
           </article>
+
+          <article id="musl_libc" class="article">
+            <header class="article-header header separate">
+              <h2 class="article-title h h2">Musl Libc</h2>
+            </header>
+
+            <div class="article-content">
+              <p class="p">
+                <strong><abbr title="Uniform Resource Locator">URL</abbr></strong>: <a href="https://musl.libc.org/" class="link external">https://musl.libc.org/</a>.
+              </p>
+              <p class="p">
+                Provides an implementation of the standard <em>libc</em>.
+                This is considered, by Kevin Day, to be one of the better designed <em>libc</em> implementations out there.
+              </p>
+              <p class="p">
+                Consider using this <strong>Musl Libc</strong> over the more popular <em>GNU C Library</em> found at <a href="https://www.gnu.org/software/libc/" class="link external">https://www.gnu.org/software/libc/</a>.
+              </p>
+            </div>
+          </article>
         </main>
       </div>
     </div>