Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 24, 2018 21:41
Show Gist options
  • Save ryantm/cdb8b58cd0b2200dc629e5ed3c05af8b to your computer and use it in GitHub Desktop.
Save ryantm/cdb8b58cd0b2200dc629e5ed3c05af8b to your computer and use it in GitHub Desktop.
/nix/store/ixs53g4hgmjsapmv98rhp13dxnia80v7-nanomsg-1.1.3
├── bin
│   └── nanocat
├── include
│   └── nanomsg
│   ├── bus.h
│   ├── inproc.h
│   ├── ipc.h
│   ├── nn.h
│   ├── pair.h
│   ├── pipeline.h
│   ├── pubsub.h
│   ├── reqrep.h
│   ├── survey.h
│   ├── tcp.h
│   └── ws.h
└── lib
├── cmake
│   └── nanomsg
│   ├── nanomsg-config.cmake
│   └── nanomsg-config-release.cmake
├── libnanomsg.so -> libnanomsg.so.5
├── libnanomsg.so.5 -> libnanomsg.so.5.1.0
├── libnanomsg.so.5.1.0
└── pkgconfig
└── nanomsg.pc
7 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment