Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 31, 2020 17:42
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/0957416421ea58fe7aecee08f7d6637d to your computer and use it in GitHub Desktop.
Save r-ryantm/0957416421ea58fe7aecee08f7d6637d to your computer and use it in GitHub Desktop.
/nix/store/rlgs6klbh1kqrsxjc5c66f24fbv61ys1-enet-1.3.16
├── include
│   └── enet
│   ├── callbacks.h
│   ├── enet.h
│   ├── list.h
│   ├── protocol.h
│   ├── time.h
│   ├── types.h
│   ├── unix.h
│   ├── utility.h
│   └── win32.h
└── lib
├── libenet.la
├── libenet.so -> libenet.so.7.0.4
├── libenet.so.7 -> libenet.so.7.0.4
├── libenet.so.7.0.4
└── pkgconfig
└── libenet.pc
4 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment