Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasufell/bzip2-clib
https://github.com/hasufell/bzip2-clib
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasufell/bzip2-clib
- Owner: hasufell
- Created: 2024-03-08T17:58:53.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-11T14:54:13.000Z (8 months ago)
- Last Synced: 2024-05-01T21:41:35.593Z (6 months ago)
- Language: C
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# bzip2-clib
Bundled sources of the [bzip2 C library](https://sourceware.org/bzip2/) for use with various bzip2 Haskell bindings.
⚠️ This is the least worst option for people who desperately need to provide the C sources as part of the cabal build system. This way, the bundled C code is made explicit in the dependency tree and can be updated if / when CVE are discovered.
Do not rely on such a mechanism if having the C libraries provided by your package manager is an acceptable solution.This is a last recourse option that should not be made a standard practice.