Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 18, 2020 02:04
Show Gist options
  • Save r-ryantm/67309d8d66718cb92bdf009e55ba93a9 to your computer and use it in GitHub Desktop.
Save r-ryantm/67309d8d66718cb92bdf009e55ba93a9 to your computer and use it in GitHub Desktop.
/nix/store/v14rnprhdpr7rpclaykh8qvw9ncs9n9j-enet-1.3.17
├── 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.5
├── libenet.so.7 -> libenet.so.7.0.5
├── libenet.so.7.0.5
└── 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