Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 4, 2018 05:11
Show Gist options
  • Save ryantm/8a2b5bb197a6f9ec0f1e2ba156b359f7 to your computer and use it in GitHub Desktop.
Save ryantm/8a2b5bb197a6f9ec0f1e2ba156b359f7 to your computer and use it in GitHub Desktop.
/nix/store/95msjm8zq3ahka1i7jcllk6kzqa2xxzp-libuv-1.21.0
├── include
│   ├── uv
│   │   ├── errno.h
│   │   ├── linux.h
│   │   ├── threadpool.h
│   │   ├── unix.h
│   │   └── version.h
│   └── uv.h
└── lib
├── libuv.la
├── libuv.so -> libuv.so.1.0.0
├── libuv.so.1 -> libuv.so.1.0.0
├── libuv.so.1.0.0
└── pkgconfig
└── libuv.pc
4 directories, 11 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment