Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 24, 2018 03:38
Show Gist options
  • Save ryantm/ba3e67f33bbe0c1de0962a3da62cf4e1 to your computer and use it in GitHub Desktop.
Save ryantm/ba3e67f33bbe0c1de0962a3da62cf4e1 to your computer and use it in GitHub Desktop.
/nix/store/4z6fs4gpm2da163aj3g156ac9hhav6n2-riemann-c-client-1.10.3
├── bin
│   └── riemann-client
├── include
│   └── riemann
│   ├── attribute.h
│   ├── client.h
│   ├── event.h
│   ├── message.h
│   ├── proto
│   │   └── riemann.pb-c.h
│   ├── query.h
│   ├── riemann-client.h
│   └── simple.h
├── lib
│   ├── libriemann-client.la
│   ├── libriemann-client.so -> libriemann-client.so.0.10.3
│   ├── libriemann-client.so.0 -> libriemann-client.so.0.10.3
│   ├── libriemann-client.so.0.10.3
│   └── pkgconfig
│   └── riemann-client.pc
└── share
└── man
└── man1
└── riemann-client.1.gz
9 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment