| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "provides" : {
- "lib:liblz4.so.1.10.0" : "as-expected",
- "pc:liblz4.pc" : "as-expected",
- "man:man1/lz4cat.1" : "as-expected",
- "inc:lz4.h" : "as-expected",
- "bin:lz4cat" : "as-expected",
- "man:man1/lz4.1" : "as-expected",
- "bin:lz4" : "as-expected",
- "man:man1/lz4c.1" : "as-expected",
- "inc:lz4hc.h" : "as-expected",
- "inc:lz4frame.h" : "as-expected",
- "lib:liblz4.so.1" : "as-expected",
- "lib:liblz4.so" : "as-expected",
- "bin:lz4c" : "as-expected",
- "bin:unlz4" : "as-expected",
- "man:man1/unlz4.1" : "as-expected"
- },
- "flags" : [
- "simpleBuildEnvironment"
- ],
- "summary" : "Extremely fast compression algorithm",
- "name" : "lz4",
- "md" : "PACKAGE.md",
- "depends" : {
- "build" : [
- "bin:make",
- "bin:gcc"
- ],
- "runtime" : [
- "lib:libc.so.6"
- ],
- "manage" : [
- "bin:wget",
- "bin:tar"
- ]
- },
- "url" : "https://github.com/lz4/lz4",
- "version" : "1.10.0",
- "execs" : {
- "build" : "usm-scripts/build.sh",
- "test" : "usm-scripts/test.sh",
- "install" : "usm-scripts/install.sh",
- "acquire" : "usm-scripts/acquire.sh"
- }
- }
|