-
I'm working on an application that synchronizes files in post-production. GPL 3.0. The project is at https://github.com/arikrupnik/ltcsync. The project uses `ltcdump` to parse timecode out of audio st…
-
Hi, thanks for your work on this!
I have a question regarding to the production of FFI binaries on Haskell using nix. Right now I'm trying to compile this project, https://github.com/treble-ai/duck…
-
With all deps included that need to be seperate files
Stored in `wrapper/bin` in the wrapper.
-l for the lib, -b for the bins (fakechroot)
-
Currently, building with MSVC creates a dependency on `MSVCRT.DLL` (specifically, `MSVCP120.DLL` when built with VS2013). This is not necessarily available on all systems.
Changing the `/MD` option t…
-
I came to love the static binaries produced by go/rust apps. You can download them directly from GitHub releases and put them into your local path and be done. It would be nice to have this for grive,…
-
From https://github.com/haskell-CI/haskell-ci/pull/666
> One thing that I discovered when trying out the hlint-3.6.1 bindist is that dynamically links against the glibc version provided by Ubuntu 2…
-
I'm opening this issue to start a discussion around the ability to build statically linked binaries for Haskell projects. I think it will be extremely beneficial for the whole Haskell community if dev…
-
with this patch and using `cargo build --release --target x86_64-unknown-linux-musl --features bin_core,ls_filesystem,vendored` you can make statically linked binary (now binary depends on glibc 2.3…
-
### Description
This update ensures that MacCatalyst version components retrieved from the OS are always normalized to three components: major, minor, and build. The build component is set to `0` if …
-
## Context
I needed to build a Mustache CLI from https://github.com/cbroglie/mustache to use it in a Container/Docker Image. I wanted it to be a static binary executable.
First attempt
```bas…