Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 14, 2018 09:25
Show Gist options
  • Save ryantm/ffcd786ca28d29d8689184633a4175e9 to your computer and use it in GitHub Desktop.
Save ryantm/ffcd786ca28d29d8689184633a4175e9 to your computer and use it in GitHub Desktop.
/nix/store/cgrs63zfbqf7p2kq1xsm2sl5wligj9gh-nanomsg-1.1.4
├── 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