-
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…
-
I'm attempting to write instrumentation that calls a function in a static library that I want to link while pretty-printing the instrumented IR. So far I've managed to do it like so:
1. insert the sy…
-
I've also found that servers written in ways that can be deployed as static binaries tend to require less maintenance than those with more complicated deployment setups. I have around five server-year…
-
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…
-
Running the unified agent has a dependency on java, which complicates its use.
We have a large gitlab estate and want to provide a centralized mend job for all of our users to import. If the unifie…
-
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…
-
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,…
-
## 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…