Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 23, 2020 23:09
Show Gist options
  • Save r-ryantm/c7223ec89aaa269c4fe677b408c06e74 to your computer and use it in GitHub Desktop.
Save r-ryantm/c7223ec89aaa269c4fe677b408c06e74 to your computer and use it in GitHub Desktop.
/nix/store/i2ig0vd1rbiy581zfypxhbh4v20n5j10-hiredis-1.0.0
├── include
│   └── hiredis
│   ├── adapters
│   │   ├── ae.h
│   │   ├── glib.h
│   │   ├── ivykis.h
│   │   ├── libevent.h
│   │   ├── libev.h
│   │   ├── libuv.h
│   │   ├── macosx.h
│   │   └── qt.h
│   ├── alloc.h
│   ├── async.h
│   ├── hiredis.h
│   ├── read.h
│   └── sds.h
└── lib
├── libhiredis.a
├── libhiredis.so -> libhiredis.so.1.0.0
├── libhiredis.so.1.0.0
└── pkgconfig
└── hiredis.pc
5 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment