All Projects → somasis → musl-wiki

somasis / musl-wiki

Licence: other
A community-maintained wiki documenting the musl libc.

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to musl-wiki

crosware
Tools, things, stuff, miscellaneous, etc., for Chrome OS / Chromium OS
Stars: ✭ 36 (-40.98%)
Mutual labels:  musl, musl-libc
CMLFS
Clang-Built Musl Linux From Scratch
Stars: ✭ 51 (-16.39%)
Mutual labels:  musl, musl-libc
merelinux
A lightweight Linux distribution using musl libc, pacman and s6
Stars: ✭ 68 (+11.48%)
Mutual labels:  musl
ghc-alt-libc
GHC compiled against musl & uClibc
Stars: ✭ 41 (-32.79%)
Mutual labels:  musl
stasis
build static rust position-independant-executables without any runtime requirements (no libc or ldso)
Stars: ✭ 40 (-34.43%)
Mutual labels:  musl
VoidMuslWSL
Install Void Linux (with musl-libc) as a WSL Instance (for Windows 10 1803 64bit or later)
Stars: ✭ 30 (-50.82%)
Mutual labels:  musl-libc
khadas-openwrt
openwrt for Khadas boards
Stars: ✭ 25 (-59.02%)
Mutual labels:  musl
profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (-65.57%)
Mutual labels:  musl
natick
natickOS - A minimal, lightweight, research Linux Distribution
Stars: ✭ 33 (-45.9%)
Mutual labels:  musl
ghc-musl
Docker image with GHC+musl for static executables
Stars: ✭ 133 (+118.03%)
Mutual labels:  musl
rsync-static
Static RSync binaries compiled for x86, ARM, and ARM64. Useful for running on Android. Built daily
Stars: ✭ 40 (-34.43%)
Mutual labels:  musl
Talos
Talos is a modern OS for Kubernetes.
Stars: ✭ 2,390 (+3818.03%)
Mutual labels:  musl
voidnsrun
Run glibc binaries in musl libc Void Linux environment
Stars: ✭ 31 (-49.18%)
Mutual labels:  musl
Microdot
The Microdot Project guides you to create a fully functional but compact Linux system from scratch
Stars: ✭ 41 (-32.79%)
Mutual labels:  musl
sabotage
a radical and experimental distribution based on musl libc and busybox
Stars: ✭ 502 (+722.95%)
Mutual labels:  musl
detect-libc
Node.js module to detect details of the C standard library (libc) implementation provided by a given Linux system
Stars: ✭ 33 (-45.9%)
Mutual labels:  musl
docker-rustup
Automated builded images for rust-lang with rustup, "the ultimate way to install RUST"
Stars: ✭ 78 (+27.87%)
Mutual labels:  musl
static-web-server
A blazing fast and asynchronous web server for static files-serving. ⚡
Stars: ✭ 230 (+277.05%)
Mutual labels:  musl-libc

musl-wiki

CI Website status

A community-maintained wiki detailing things such as implementation details, frequently asked questions, open issues, users of musl, and other information to the musl libc project.

Cloning

Make sure to get the makedown submodule, you'll need it to make the HTML.

git clone --recursive https://github.com/somasis/musl-wiki

Make sure to look at makedown's requirements for building and testing.

Contributing

Pull requests are welcomed.

Rather than taking edits from anonymous users and allowing drive-by contributions, this wiki takes edits through the git repo here, in order to ensure that all documentation and information on the wiki is verified to be correct and reasonably good quality.

When making edits for submission, you may want to run make lint in order to ensure that your newly-added documentation or edits are adherent to the markdown style. However, it's not really necessary to test locally; Travis CI tests all pull-requests and runs lint on them, and fails if the new commits introduce warnings.

In addition to editing locally, you can also edit online. For creating new pages, click GitHub's "Create New File" button, type the page filename (so, <filename>.md), and begin editing there. You can also edit pages the same way by clicking a page (the filenames correspond to the page titles) and clicking the edit icon next to history.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].