Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 17, 2018 03:57
Show Gist options
  • Save ryantm/31ff5b959604c484f3e037bf19fbb0d9 to your computer and use it in GitHub Desktop.
Save ryantm/31ff5b959604c484f3e037bf19fbb0d9 to your computer and use it in GitHub Desktop.
/nix/store/6726g0ccxn9iklg3vmpllmbp9dxkckgg-libbitcoin-protocol-3.5.0
├── include
│   └── bitcoin
│   ├── protocol
│   │   ├── define.hpp
│   │   ├── settings.hpp
│   │   ├── version.hpp
│   │   └── zmq
│   │   ├── authenticator.hpp
│   │   ├── certificate.hpp
│   │   ├── context.hpp
│   │   ├── frame.hpp
│   │   ├── identifiers.hpp
│   │   ├── message.hpp
│   │   ├── poller.hpp
│   │   ├── socket.hpp
│   │   ├── worker.hpp
│   │   └── zeromq.hpp
│   └── protocol.hpp
├── lib
│   ├── libbitcoin-protocol.la
│   ├── libbitcoin-protocol.so -> libbitcoin-protocol.so.0.0.0
│   ├── libbitcoin-protocol.so.0 -> libbitcoin-protocol.so.0.0.0
│   ├── libbitcoin-protocol.so.0.0.0
│   └── pkgconfig
│   └── libbitcoin-protocol.pc
├── nix-support
│   └── propagated-build-inputs
└── share
└── doc
└── libbitcoin-protocol
├── AUTHORS
├── ChangeLog
├── COPYING
├── INSTALL
├── NEWS
└── README
10 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment