Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 9, 2018 17:46
Show Gist options
  • Save ryantm/16e501ce17cad8e95c553e51f8c809b3 to your computer and use it in GitHub Desktop.
Save ryantm/16e501ce17cad8e95c553e51f8c809b3 to your computer and use it in GitHub Desktop.
/nix/store/54rs9zhpmph7klk78i83k8awddb2wc4x-libuv-1.23.2
├── 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