Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 21, 2019 18:08
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/b8677e312e878dc2600aeccfdb40e385 to your computer and use it in GitHub Desktop.
Save ryantm/b8677e312e878dc2600aeccfdb40e385 to your computer and use it in GitHub Desktop.
/nix/store/435nslibk11cy72hj6r50rzs8vif1wc0-enet-1.3.14
├── 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.2
├── libenet.so.7 -> libenet.so.7.0.2
├── libenet.so.7.0.2
└── 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