Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 22, 2020 16:51
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/4f70f503f876f52eb7283441bd4070c3 to your computer and use it in GitHub Desktop.
Save r-ryantm/4f70f503f876f52eb7283441bd4070c3 to your computer and use it in GitHub Desktop.
/nix/store/i0a61p8hqxjcxansigyg7ip284svj1q5-hiredis-0.14.1
├── 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.0.14
├── libhiredis.so.0.14
└── 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