Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 29, 2018 23:09
Show Gist options
  • Save ryantm/a7d83a73b3560d8cfa739ca582d98dcd to your computer and use it in GitHub Desktop.
Save ryantm/a7d83a73b3560d8cfa739ca582d98dcd to your computer and use it in GitHub Desktop.
/nix/store/bm8rhp6ljq7n0iqhpn4f1j3p013ps704-libvisio-0.1.6
├── bin
│   ├── vsd2raw
│   ├── vsd2text
│   ├── vsd2xhtml
│   ├── vss2raw
│   ├── vss2text
│   └── vss2xhtml
├── include
│   └── libvisio-0.1
│   └── libvisio
│   ├── libvisio.h
│   └── VisioDocument.h
└── lib
├── libvisio-0.1.la
├── libvisio-0.1.so -> libvisio-0.1.so.1.0.6
├── libvisio-0.1.so.1 -> libvisio-0.1.so.1.0.6
├── libvisio-0.1.so.1.0.6
└── pkgconfig
└── libvisio-0.1.pc
6 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment