Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 2, 2019 08:47
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/dcd7d2b8f9219309380c9b616a1b4f05 to your computer and use it in GitHub Desktop.
Save ryantm/dcd7d2b8f9219309380c9b616a1b4f05 to your computer and use it in GitHub Desktop.
/nix/store/31f4nw5hsspgimavy5yn7xdfl9asyz5n-libuv-1.33.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