Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 15, 2019 22:53
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/fc97817eea3b977f87f747f376a501c6 to your computer and use it in GitHub Desktop.
Save ryantm/fc97817eea3b977f87f747f376a501c6 to your computer and use it in GitHub Desktop.
/nix/store/5i7wpkixqvca5xd3rzljfarl7mn2mi4w-libwebp-1.0.3
├── 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.5
│   ├── libwebpdecoder.so.3 -> libwebpdecoder.so.3.0.5
│   ├── libwebpdecoder.so.3.0.5
│   ├── libwebpdemux.la
│   ├── libwebpdemux.so -> libwebpdemux.so.2.0.6
│   ├── libwebpdemux.so.2 -> libwebpdemux.so.2.0.6
│   ├── libwebpdemux.so.2.0.6
│   ├── libwebp.la
│   ├── libwebpmux.la
│   ├── libwebpmux.so -> libwebpmux.so.3.0.4
│   ├── libwebpmux.so.3 -> libwebpmux.so.3.0.4
│   ├── libwebpmux.so.3.0.4
│   ├── libwebp.so -> libwebp.so.7.0.5
│   ├── libwebp.so.7 -> libwebp.so.7.0.5
│   ├── libwebp.so.7.0.5
│   └── 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