Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 2, 2019 01:33
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 ryantm/ffd1029cfdc61bf6ddcf3730b55ffcd7 to your computer and use it in GitHub Desktop.
Save ryantm/ffd1029cfdc61bf6ddcf3730b55ffcd7 to your computer and use it in GitHub Desktop.
/nix/store/jkh5al6pxgvqw1x3paqhz2zw47cj44nv-czmq-4.2.0
├── bin
│   └── zmakecert
├── include
│   ├── czmq.h
│   ├── czmq_library.h
│   ├── czmq_prelude.h
│   ├── zactor.h
│   ├── zarmour.h
│   ├── zauth.h
│   ├── zbeacon.h
│   ├── zcert.h
│   ├── zcertstore.h
│   ├── zchunk.h
│   ├── zclock.h
│   ├── zconfig.h
│   ├── zdigest.h
│   ├── zdir.h
│   ├── zdir_patch.h
│   ├── zfile.h
│   ├── zframe.h
│   ├── zgossip.h
│   ├── zhash.h
│   ├── zhashx.h
│   ├── ziflist.h
│   ├── zlist.h
│   ├── zlistx.h
│   ├── zloop.h
│   ├── zmonitor.h
│   ├── zmsg.h
│   ├── zpoller.h
│   ├── zproxy.h
│   ├── zrex.h
│   ├── zsock.h
│   ├── zstr.h
│   ├── zsys.h
│   └── zuuid.h
├── lib
│   ├── libczmq.la
│   ├── libczmq.so -> libczmq.so.4.2.0
│   ├── libczmq.so.4 -> libczmq.so.4.2.0
│   ├── libczmq.so.4.2.0
│   └── pkgconfig
│   └── libczmq.pc
├── nix-support
│   └── propagated-build-inputs
└── share
└── zproject
└── czmq
├── python_cffi.slurp
├── zactor.api
├── zargs.api
├── zarmour.api
├── zcert.api
├── zcertstore.api
├── zchunk.api
├── zclock.api
├── zconfig.api
├── zdigest.api
├── zdir.api
├── zdir_patch.api
├── zfile.api
├── zframe.api
├── zgossip_msg.api
├── zhash.api
├── zhashx.api
├── zhttp_client.api
├── zhttp_request.api
├── zhttp_response.api
├── zhttp_server.api
├── zhttp_server_options.api
├── ziflist.api
├── zlist.api
├── zlistx.api
├── zloop.api
├── zmsg.api
├── zpoller.api
├── zproc.api
├── zsock.api
├── zsock_option.api
├── zstr.api
├── zsys.api
├── ztimerset.api
├── ztrie.api
└── zuuid.api
8 directories, 76 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment