Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
Static-haskell-nix Alternatives
Similar projects and alternatives to static-haskell-nix
-
monomer
An easy to use, cross platform, GUI library for writing Haskell applications.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
gi-gtk-declarative
Declarative GTK+ programming in Haskell
-
Cabal
Official upstream development repository for Cabal and cabal-install
-
nixos-config
Personal collection of NixOS config files (by hsek)
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
-
-
-
-
egui
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
-
nanovg
Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.
-
termite
Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
-
-
-
clodl
Turn dynamically linked ELF binaries and libraries into self-contained closures.
-
-
-
nix-cabal-simplest
The simplest Nix + Cabal setup possible, for demo purposes.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
static-haskell-nix reviews and mentions
-
Trying to build a statically linked binary against glibc (Linux)
Using Nix: https://github.com/nh2/static-haskell-nix
- Generating static binary + CI questions
-
[ANN] Monomer, a GUI library for Haskell
In static-haskell-nix there is currently this PR to enable support for that: https://github.com/nh2/static-haskell-nix/pull/108
- What's all the hype with Nix?
-
Termite Is Obsoleted by Alacritty
I think there's a misunderstanding: Most people want to use the .a file from their Linux/package distro that provides static libraries, such as Alpine Linux or nixpkgs.
Such package distributions just use the build system default options to build static libs. For example, Alpine might use `-Ddefault_library=both`.
> if they could keep that libgtk_static around
Why make these special cases instead of just using the build system defaults? That's easier to maintain and more obvious.
> I'd be interested to hear if static linking GTK even has that many benefits
One benefit is almost-infinite backwards compatibility that the Linux and Xorg ABIs provide, being able to make GUI apps that work out of the box everywhere.
Another is that these generated executables are very small, e.g. 12 MB for a full static GTK GUI app [1], or 6 MB when xz-compressed.
This is much less than when using shared libraries. One reason is that dead-code elimination works much better for static linking: It links in only the functions you actually use. For dynamic linking, it's always the entire .so.
[1] https://github.com/nh2/static-haskell-nix/releases/tag/c-sta...
-
Clodl: Turn dynamically linked ELF binaries into self-contained closures
GTK can be statically linked.
Example executable:
https://github.com/nh2/static-haskell-nix/releases/tag/c-sta...
It lost this ability temporarily when switching to Meson, but I fixed it in GTK3 and GTK4. But I just checked and apparently it is broken again:
https://gitlab.gnome.org/GNOME/gtk/-/issues/3774#note_109746...
-
A note from our sponsor - Mergify
blog.mergify.com | 30 Sep 2023
Stats
The primary programming language of static-haskell-nix is Nix.
Popular Comparisons
- static-haskell-nix VS monomer
- static-haskell-nix VS haskell.nix
- static-haskell-nix VS Cabal
- static-haskell-nix VS gi-gtk-declarative
- static-haskell-nix VS nixos-config
- static-haskell-nix VS haskell-kafka
- static-haskell-nix VS alacritty
- static-haskell-nix VS Windows-10
- static-haskell-nix VS haskell-nix
- static-haskell-nix VS LambdaHack