Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 3, 2018 22:02
Show Gist options
  • Save ryantm/2a7b7a3d8411e63dec56620537e2d00f to your computer and use it in GitHub Desktop.
Save ryantm/2a7b7a3d8411e63dec56620537e2d00f to your computer and use it in GitHub Desktop.
/nix/store/1m9fiqaz72ry8jkwgw52v3wv1n5pgx0l-pyunbound-1.7.3
├── etc
│   └── pyunbound
│   ├── root.anchor
│   └── root.key
└── lib
├── libunbound.la
├── libunbound.so -> libunbound.so.2.5.11
├── libunbound.so.2 -> libunbound.so.2.5.11
├── libunbound.so.2.5.11
├── pkgconfig
│   └── libunbound.pc
└── python2.7
└── site-packages
├── libunbound.so
├── libunbound.so.2
├── libunbound.so.2.5.11
├── _unbound.la
├── unbound.py
└── _unbound.so
6 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment