Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 11, 2018 13:15
Show Gist options
  • Save ryantm/13640dfb6e0ad1f3a5005c8c75cbc6c1 to your computer and use it in GitHub Desktop.
Save ryantm/13640dfb6e0ad1f3a5005c8c75cbc6c1 to your computer and use it in GitHub Desktop.
/nix/store/1a0qm1j932zsiysy0hjhs8fvg3hsq6cf-libfilezilla-0.12.2
├── include
│   └── libfilezilla
│   ├── apply.hpp
│   ├── buffer.hpp
│   ├── encode.hpp
│   ├── event_handler.hpp
│   ├── event.hpp
│   ├── event_loop.hpp
│   ├── file.hpp
│   ├── format.hpp
│   ├── glue
│   │   └── wx.hpp
│   ├── iputils.hpp
│   ├── libfilezilla.hpp
│   ├── local_filesys.hpp
│   ├── mutex.hpp
│   ├── optional.hpp
│   ├── private
│   │   ├── defs.hpp
│   │   ├── visibility.hpp
│   │   └── windows.hpp
│   ├── process.hpp
│   ├── recursive_remove.hpp
│   ├── shared.hpp
│   ├── string.hpp
│   ├── thread.hpp
│   ├── thread_pool.hpp
│   ├── time.hpp
│   ├── uri.hpp
│   ├── util.hpp
│   └── version.hpp
└── lib
├── libfilezilla.la
├── libfilezilla.so -> libfilezilla.so.0.0.0
├── libfilezilla.so.0 -> libfilezilla.so.0.0.0
├── libfilezilla.so.0.0.0
└── pkgconfig
└── libfilezilla.pc
6 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment