Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 17, 2018 03:04
Show Gist options
  • Save ryantm/afab2c737b7764c7fb6ea2f0bc8b9ee8 to your computer and use it in GitHub Desktop.
Save ryantm/afab2c737b7764c7fb6ea2f0bc8b9ee8 to your computer and use it in GitHub Desktop.
/nix/store/gmwvkr4gj2n0ak2ppxwmhakqsr8ihxhc-libbitcoin-client-3.5.0
├── include
│   └── bitcoin
│   ├── client
│   │   ├── dealer.hpp
│   │   ├── define.hpp
│   │   ├── obelisk_client.hpp
│   │   ├── proxy.hpp
│   │   ├── socket_stream.hpp
│   │   ├── stream.hpp
│   │   └── version.hpp
│   └── client.hpp
├── lib
│   ├── libbitcoin-client.la
│   ├── libbitcoin-client.so -> libbitcoin-client.so.0.0.0
│   ├── libbitcoin-client.so.0 -> libbitcoin-client.so.0.0.0
│   ├── libbitcoin-client.so.0.0.0
│   └── pkgconfig
│   └── libbitcoin-client.pc
├── nix-support
│   └── propagated-build-inputs
└── share
└── doc
└── libbitcoin-client
├── AUTHORS
├── ChangeLog
├── COPYING
├── INSTALL
├── NEWS
└── README
9 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment