All Projects → redneb → ghc-alt-libc

redneb / ghc-alt-libc

Licence: other
GHC compiled against musl & uClibc

Projects that are alternatives of or similar to ghc-alt-libc

sabotage
a radical and experimental distribution based on musl libc and busybox
Stars: ✭ 502 (+1124.39%)
Mutual labels:  musl
haskell-hot-swap
Hot swapping compiled code while keeping a websocket connection open
Stars: ✭ 24 (-41.46%)
Mutual labels:  ghc
stupid-computer
A understandable Haskell tracer.
Stars: ✭ 13 (-68.29%)
Mutual labels:  ghc
voidnsrun
Run glibc binaries in musl libc Void Linux environment
Stars: ✭ 31 (-24.39%)
Mutual labels:  musl
smuggler2
Minimise haskell imports, make exports explicit
Stars: ✭ 18 (-56.1%)
Mutual labels:  ghc
ghc-musl
Docker image with GHC+musl for static executables
Stars: ✭ 133 (+224.39%)
Mutual labels:  musl
crosware
Tools, things, stuff, miscellaneous, etc., for Chrome OS / Chromium OS
Stars: ✭ 36 (-12.2%)
Mutual labels:  musl
khadas-openwrt
openwrt for Khadas boards
Stars: ✭ 25 (-39.02%)
Mutual labels:  musl
zsh-haskell
ghc and cabal completion for zsh shell
Stars: ✭ 18 (-56.1%)
Mutual labels:  ghc
Pi-Pool
Cardano Stakepool on Raspberry Pi
Stars: ✭ 204 (+397.56%)
Mutual labels:  ghc
Talos
Talos is a modern OS for Kubernetes.
Stars: ✭ 2,390 (+5729.27%)
Mutual labels:  musl
rsync-static
Static RSync binaries compiled for x86, ARM, and ARM64. Useful for running on Android. Built daily
Stars: ✭ 40 (-2.44%)
Mutual labels:  musl
ghc-stack
Hacking GHC's Stack for Fun and Profit (featuring The Glorious Haskell Debugger v0.0.1 Pre-alpha)
Stars: ✭ 69 (+68.29%)
Mutual labels:  ghc
Microdot
The Microdot Project guides you to create a fully functional but compact Linux system from scratch
Stars: ✭ 41 (+0%)
Mutual labels:  musl
profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (-48.78%)
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 (-19.51%)
Mutual labels:  musl
stm
Software Transactional Memory
Stars: ✭ 74 (+80.49%)
Mutual labels:  ghc
stasis
build static rust position-independant-executables without any runtime requirements (no libc or ldso)
Stars: ✭ 40 (-2.44%)
Mutual labels:  musl
the-thoralf-plugin
This a type-checker plugin to rule all type checker plugins involving type-equality reasoning using smt solvers.
Stars: ✭ 22 (-46.34%)
Mutual labels:  ghc
natick
natickOS - A minimal, lightweight, research Linux Distribution
Stars: ✭ 33 (-19.51%)
Mutual labels:  musl

GHC compiled against alternative C standard libraries on Linux

This repository contains precompiled binary releases of GHC (The Glasgow Haskell Compiler) for linux using musl and uClibc instead of glibc.

These are fully bootstrapped (i.e. stage 2) GHC binaries and not cross compilers. So they will not work in a typical glibc based linux distribution. You need a complete musl/uclibc based environment to use them. Also, the binaries produced by these compilers will all depend on musl/uclibc and not work on most glibc based distros. On the other hand, statically linked binaries should work everywhere.

Downloads

How to use this

You need a complete musl/uClibc based environment. See here for an example using the experimental gentoo image based on musl.

Notes

  • Notes for the musl releases.
  • Notes for the uClibc releases.
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].