Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 30, 2018 17:48
Show Gist options
  • Save ryantm/ab01ab39025b7d1a3a88e508b20ab4ed to your computer and use it in GitHub Desktop.
Save ryantm/ab01ab39025b7d1a3a88e508b20ab4ed to your computer and use it in GitHub Desktop.
/nix/store/9yy48ck3ahhkisjaj5w2w3wsmqg2bgxw-talloc-2.1.12
├── include
│   ├── pytalloc.h
│   └── talloc.h
├── lib
│   ├── libpytalloc-util.so -> libpytalloc-util.so.2.1.12
│   ├── libpytalloc-util.so.2 -> libpytalloc-util.so.2.1.12
│   ├── libpytalloc-util.so.2.1.12
│   ├── libtalloc.a
│   ├── libtalloc-compat1-2.1.12.so
│   ├── libtalloc.so -> libtalloc.so.2.1.12
│   ├── libtalloc.so.1 -> libtalloc-compat1-2.1.12.so
│   ├── libtalloc.so.2 -> libtalloc.so.2.1.12
│   ├── libtalloc.so.2.1.12
│   ├── pkgconfig
│   │   ├── pytalloc-util.pc
│   │   └── talloc.pc
│   └── python2.7
│   └── site-packages
│   └── talloc.so
└── share
└── man
└── man3
└── talloc.3.gz
8 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment