Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 26, 2019 01:54
Show Gist options
  • Save ryantm/590b92ca79e0a2bb1735f5b482ab38a5 to your computer and use it in GitHub Desktop.
Save ryantm/590b92ca79e0a2bb1735f5b482ab38a5 to your computer and use it in GitHub Desktop.
/nix/store/yj8i7yv8f7q63awma4m5kva0zanp190x-libwpg-0.3.3
├── bin
│   ├── wpg2raw
│   ├── wpg2svg
│   └── wpg2svgbatch.pl
├── include
│   └── libwpg-0.3
│   └── libwpg
│   ├── libwpg.h
│   └── WPGraphics.h
└── lib
├── libwpg-0.3.la
├── libwpg-0.3.so -> libwpg-0.3.so.3.0.3
├── libwpg-0.3.so.3 -> libwpg-0.3.so.3.0.3
├── libwpg-0.3.so.3.0.3
└── pkgconfig
└── libwpg-0.3.pc
6 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment