Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 18, 2020 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/37b658e8144cccebeed075c9224c304f to your computer and use it in GitHub Desktop.
Save r-ryantm/37b658e8144cccebeed075c9224c304f to your computer and use it in GitHub Desktop.
/nix/store/l6n0qhf79xr33kdv5zvgibgjpi8ki29w-libamqpcpp-4.2.1
├── include
│   ├── amqpcpp
│   │   ├── addresses.h
│   │   ├── address.h
│   │   ├── array.h
│   │   ├── booleanset.h
│   │   ├── buffer.h
│   │   ├── bytebuffer.h
│   │   ├── callbacks.h
│   │   ├── channel.h
│   │   ├── channelimpl.h
│   │   ├── classes.h
│   │   ├── connection.h
│   │   ├── connectionhandler.h
│   │   ├── connectionimpl.h
│   │   ├── copiedbuffer.h
│   │   ├── decimalfield.h
│   │   ├── deferredcancel.h
│   │   ├── deferredconfirm.h
│   │   ├── deferredconsumer.h
│   │   ├── deferreddelete.h
│   │   ├── deferredextreceiver.h
│   │   ├── deferredget.h
│   │   ├── deferred.h
│   │   ├── deferredpublisher.h
│   │   ├── deferredqueue.h
│   │   ├── deferredreceiver.h
│   │   ├── endian.h
│   │   ├── entityimpl.h
│   │   ├── envelope.h
│   │   ├── exception.h
│   │   ├── exchangetype.h
│   │   ├── field.h
│   │   ├── fieldproxy.h
│   │   ├── flags.h
│   │   ├── frame.h
│   │   ├── inbuffer.h
│   │   ├── libboostasio.h
│   │   ├── libevent.h
│   │   ├── libev.h
│   │   ├── libuv.h
│   │   ├── linux_tcp
│   │   │   ├── tcpchannel.h
│   │   │   ├── tcpconnection.h
│   │   │   ├── tcpdefines.h
│   │   │   ├── tcphandler.h
│   │   │   └── tcpparent.h
│   │   ├── linux_tcp.h
│   │   ├── login.h
│   │   ├── message.h
│   │   ├── metadata.h
│   │   ├── monitor.h
│   │   ├── numericfield.h
│   │   ├── openssl.h
│   │   ├── outbuffer.h
│   │   ├── protocolexception.h
│   │   ├── stack_ptr.h
│   │   ├── stringfield.h
│   │   ├── table.h
│   │   └── watchable.h
│   └── amqpcpp.h
└── lib
├── libamqpcpp.a -> libamqpcpp.a.4.2.1
├── libamqpcpp.a.4.2.1
├── libamqpcpp.so -> libamqpcpp.so.4.2.1
├── libamqpcpp.so.4.2 -> libamqpcpp.so.4.2.1
└── libamqpcpp.so.4.2.1
4 directories, 63 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment