Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 5, 2020 15:22
Show Gist options
  • Save r-ryantm/a548ec8ab7dd3c20f65f144bf4913ab1 to your computer and use it in GitHub Desktop.
Save r-ryantm/a548ec8ab7dd3c20f65f144bf4913ab1 to your computer and use it in GitHub Desktop.
/nix/store/malwgk32qcdp1bdx5yns2vhi6xi3hwl4-libuv-1.38.1
├── 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