Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 4, 2018 00:49
Show Gist options
  • Save ryantm/64c27a461ed26c33098195c79327e87c to your computer and use it in GitHub Desktop.
Save ryantm/64c27a461ed26c33098195c79327e87c to your computer and use it in GitHub Desktop.
/nix/store/hxh4dj91473d8wlyr2kaqf5n6hcn8z4b-riemann-c-client-1.10.2
├── 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.2
│   ├── libriemann-client.so.0 -> libriemann-client.so.0.10.2
│   ├── libriemann-client.so.0.10.2
│   └── 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