Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 22, 2020 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/f5d188cb2469f2e6d8b42931f609deca to your computer and use it in GitHub Desktop.
Save r-ryantm/f5d188cb2469f2e6d8b42931f609deca to your computer and use it in GitHub Desktop.
/nix/store/5wwm37lg4f1jn3a7brn69ciw6vvsbkzq-libuv-1.38.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