-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility of merging projects? #6
Comments
Hi @martinjungblut, sorry for the delay. merging these projects sounds like a great idea. At the end of the day they both try to provide a
|
Hi @anatol, thanks for the reply! I wasn't aware you were trying to avoid shared libraries altogether. That's both cool, and a bit challenging (I think). My original thought when creating |
Hi @anatol, I just had an idea regarding this. Have you considered statically linking, so there are no runtime dependencies on shared libraries? Thanks |
this seems unfeasible. it needs lvm2 which has a memory allocator that depends on being loaded as dl |
turns out its possible. https://gist.github.com/aep/ef25923766f4a1fedcc6c9ff09fa5079 but it's a giant PITA and adds GPL infections, so we'll probably instead contribute to this library. |
Hi @anatol, how are you doing?
Following my post and your comment on Reddit (https://www.reddit.com/r/golang/comments/nwtgtn/go_bindings_for_libcryptsetup_luks/), I have a question:
Would you consider merging our projects?
They're both well maintained, and have similar goals.
Thanks,
Martin
The text was updated successfully, but these errors were encountered: