Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 13, 2020 14:25
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/ffb1381d3944e8ebaa2090cceed7d0d5 to your computer and use it in GitHub Desktop.
Save r-ryantm/ffb1381d3944e8ebaa2090cceed7d0d5 to your computer and use it in GitHub Desktop.
/nix/store/zrl9gax4az9n8z0zdfcwgv17bqs1g9mb-libuv-1.35.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