Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 19, 2018 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/24d07facc71832a101e922f648faf1e3 to your computer and use it in GitHub Desktop.
Save ryantm/24d07facc71832a101e922f648faf1e3 to your computer and use it in GitHub Desktop.
/nix/store/rdw7zx8x7a2rka97kgnh4sbrzr92pih4-libwebp-1.0.1
├── bin
│   ├── cwebp
│   ├── dwebp
│   ├── gif2webp
│   ├── img2webp
│   ├── webpinfo
│   └── webpmux
├── include
│   └── webp
│   ├── decode.h
│   ├── demux.h
│   ├── encode.h
│   ├── mux.h
│   ├── mux_types.h
│   └── types.h
├── lib
│   ├── libwebpdecoder.la
│   ├── libwebpdecoder.so -> libwebpdecoder.so.3.0.3
│   ├── libwebpdecoder.so.3 -> libwebpdecoder.so.3.0.3
│   ├── libwebpdecoder.so.3.0.3
│   ├── libwebpdemux.la
│   ├── libwebpdemux.so -> libwebpdemux.so.2.0.5
│   ├── libwebpdemux.so.2 -> libwebpdemux.so.2.0.5
│   ├── libwebpdemux.so.2.0.5
│   ├── libwebp.la
│   ├── libwebpmux.la
│   ├── libwebpmux.so -> libwebpmux.so.3.0.3
│   ├── libwebpmux.so.3 -> libwebpmux.so.3.0.3
│   ├── libwebpmux.so.3.0.3
│   ├── libwebp.so -> libwebp.so.7.0.3
│   ├── libwebp.so.7 -> libwebp.so.7.0.3
│   ├── libwebp.so.7.0.3
│   └── pkgconfig
│   ├── libwebpdecoder.pc
│   ├── libwebpdemux.pc
│   ├── libwebpmux.pc
│   └── libwebp.pc
└── share
└── man
└── man1
├── cwebp.1.gz
├── dwebp.1.gz
├── gif2webp.1.gz
├── img2webp.1.gz
├── webpinfo.1.gz
└── webpmux.1.gz
8 directories, 38 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment