Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 24, 2018 09:11
Show Gist options
  • Save ryantm/a98627f88c16a87f0902caf2a458e2da to your computer and use it in GitHub Desktop.
Save ryantm/a98627f88c16a87f0902caf2a458e2da to your computer and use it in GitHub Desktop.
/nix/store/smldafff8az60hynbjzb0dykn14f8rq4-libuv-1.23.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