Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 1, 2019 22:48
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 ryantm/f33a318988dd786af5af02f7c28b662a to your computer and use it in GitHub Desktop.
Save ryantm/f33a318988dd786af5af02f7c28b662a to your computer and use it in GitHub Desktop.
/nix/store/s595hzr2yb5mls00ja0m543bzyncvd4q-libuv-1.30.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