Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 8, 2018 03:46
Show Gist options
  • Save ryantm/6d6a840edcc752d300420317032b813d to your computer and use it in GitHub Desktop.
Save ryantm/6d6a840edcc752d300420317032b813d to your computer and use it in GitHub Desktop.
/nix/store/567nf8ry24x2hpm8ranz531v99af62ai-libytnef-1.9.3
├── bin
│   ├── ytnef
│   ├── ytnefprint
│   └── ytnefprocess
├── include
│   ├── mapidefs.h
│   ├── mapi.h
│   ├── mapitags.h
│   ├── tnef-errors.h
│   ├── tnef-types.h
│   └── ytnef.h
└── lib
├── libytnef.la
├── libytnef.so -> libytnef.so.0.0.0
├── libytnef.so.0 -> libytnef.so.0.0.0
├── libytnef.so.0.0.0
└── pkgconfig
└── libytnef.pc
4 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment