Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 14, 2018 15:42
Show Gist options
  • Save ryantm/d1f2849fe9d35b02a9db07f7d396c6a7 to your computer and use it in GitHub Desktop.
Save ryantm/d1f2849fe9d35b02a9db07f7d396c6a7 to your computer and use it in GitHub Desktop.
/nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1
├── bin
│   ├── cppcms_config_find_param
│   ├── cppcms_make_key
│   ├── cppcms_run
│   ├── cppcms_scale
│   └── cppcms_tmpl_cc
├── include
│   ├── booster
│   │   ├── aio
│   │   │   ├── acceptor.h
│   │   │   ├── aio_category.h
│   │   │   ├── aio_config.h
│   │   │   ├── basic_io_device.h
│   │   │   ├── basic_socket.h
│   │   │   ├── buffer.h
│   │   │   ├── deadline_timer.h
│   │   │   ├── endpoint.h
│   │   │   ├── io_service.h
│   │   │   ├── reactor.h
│   │   │   ├── socket.h
│   │   │   ├── stream_socket.h
│   │   │   └── types.h
│   │   ├── assert.h
│   │   ├── atomic_counter.h
│   │   ├── auto_ptr_inc.h
│   │   ├── backtrace.h
│   │   ├── bad_weak_ptr.h
│   │   ├── build_config.h
│   │   ├── callback.h
│   │   ├── checked_delete.h
│   │   ├── clone_ptr.h
│   │   ├── config.h
│   │   ├── copy_ptr.h
│   │   ├── cstdint.h
│   │   ├── ctime.h
│   │   ├── enable_shared_from_this.h
│   │   ├── function.h
│   │   ├── hold_ptr.h
│   │   ├── intrusive_ptr.h
│   │   ├── iterator
│   │   │   └── iterator_facade.h
│   │   ├── locale
│   │   │   ├── boundary
│   │   │   │   ├── boundary_point.h
│   │   │   │   ├── facets.h
│   │   │   │   ├── index.h
│   │   │   │   ├── segment.h
│   │   │   │   └── types.h
│   │   │   ├── boundary.h
│   │   │   ├── collator.h
│   │   │   ├── config.h
│   │   │   ├── conversion.h
│   │   │   ├── date_time_facet.h
│   │   │   ├── date_time.h
│   │   │   ├── encoding_errors.h
│   │   │   ├── encoding.h
│   │   │   ├── encoding_utf.h
│   │   │   ├── format.h
│   │   │   ├── formatting.h
│   │   │   ├── generator.h
│   │   │   ├── generic_codecvt.h
│   │   │   ├── gnu_gettext.h
│   │   │   ├── hold_ptr.h
│   │   │   ├── info.h
│   │   │   ├── localization_backend.h
│   │   │   ├── message.h
│   │   │   ├── time_zone.h
│   │   │   ├── utf8_codecvt.h
│   │   │   ├── utf.h
│   │   │   └── util.h
│   │   ├── locale.h
│   │   ├── log.h
│   │   ├── noncopyable.h
│   │   ├── nowide
│   │   │   ├── convert.h
│   │   │   ├── cstdio.h
│   │   │   └── fstream.h
│   │   ├── perl_regex.h
│   │   ├── posix_time.h
│   │   ├── refcounted.h
│   │   ├── regex.h
│   │   ├── regex_match.h
│   │   ├── shared_object.h
│   │   ├── shared_ptr.h
│   │   ├── smart_ptr
│   │   │   ├── operator_bool.h
│   │   │   ├── shared_count.h
│   │   │   ├── sp_convertible.h
│   │   │   ├── sp_counted_base.h
│   │   │   ├── sp_counted_impl.h
│   │   │   └── sp_typeinfo.h
│   │   ├── streambuf.h
│   │   ├── system_error.h
│   │   ├── thread.h
│   │   ├── traits
│   │   │   ├── enable_if.h
│   │   │   ├── is_base_of.h
│   │   │   └── type_traits.h
│   │   └── weak_ptr.h
│   └── cppcms
│   ├── application.h
│   ├── applications_pool.h
│   ├── archive_traits.h
│   ├── base64.h
│   ├── base_cache_fwd.h
│   ├── base_content.h
│   ├── base_view.h
│   ├── cache_interface.h
│   ├── cache_pool.h
│   ├── capi
│   │   └── session.h
│   ├── config.h
│   ├── copy_filter.h
│   ├── cppcms_error.h
│   ├── crypto.h
│   ├── cstdint.h
│   ├── defs.h
│   ├── encoding.h
│   ├── filters.h
│   ├── form.h
│   ├── forwarder.h
│   ├── http_content_filter.h
│   ├── http_content_type.h
│   ├── http_context.h
│   ├── http_cookie.h
│   ├── http_file.h
│   ├── http_request.h
│   ├── http_response.h
│   ├── json.h
│   ├── locale_fwd.h
│   ├── localization.h
│   ├── mem_bind.h
│   ├── mount_point.h
│   ├── plugin.h
│   ├── rpc_json.h
│   ├── serialization_classes.h
│   ├── serialization.h
│   ├── service.h
│   ├── session_api.h
│   ├── session_cookies.h
│   ├── session_dual.h
│   ├── session_interface.h
│   ├── session_pool.h
│   ├── session_sid.h
│   ├── session_storage.h
│   ├── steal_buf.h
│   ├── string_key.h
│   ├── thread_pool.h
│   ├── urandom.h
│   ├── url_dispatcher.h
│   ├── url_mapper.h
│   ├── util.h
│   ├── view.h
│   ├── views_pool.h
│   └── xss.h
└── lib
├── libbooster.a
├── libbooster.so -> libbooster.so.0
├── libbooster.so.0 -> libbooster.so.0.2.0
├── libbooster.so.0.2.0
├── libcppcms.a
├── libcppcms.so -> libcppcms.so.1
├── libcppcms.so.1 -> libcppcms.so.1.2.1
└── libcppcms.so.1.2.1
13 directories, 151 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment