Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 22, 2020 09:25
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/9a6dc642d960747b8094208d562374c1 to your computer and use it in GitHub Desktop.
Save r-ryantm/9a6dc642d960747b8094208d562374c1 to your computer and use it in GitHub Desktop.
/nix/store/q6dzkj0yz9sgxkqfnjyg7x0nwag7k04f-couchdb-3.1.1
├── bin
│   ├── couchdb
│   ├── couchdb.cmd
│   ├── couchjs
│   └── remsh
├── erts-10.7
│   ├── bin
│   │   ├── beam.smp
│   │   ├── ct_run
│   │   ├── epmd
│   │   ├── erl
│   │   ├── erlc
│   │   ├── erl_child_setup
│   │   ├── erlexec
│   │   ├── escript
│   │   ├── heart
│   │   ├── inet_gethost
│   │   ├── run_erl
│   │   ├── start
│   │   └── to_erl
│   ├── doc
│   │   ├── html
│   │   │   ├── absform.html
│   │   │   ├── alt_disco.html
│   │   │   ├── alt_dist.html
│   │   │   ├── atomics.html
│   │   │   ├── beam_makeops.html
│   │   │   ├── CarrierMigration.html
│   │   │   ├── CodeLoading.html
│   │   │   ├── communication.html
│   │   │   ├── counters.html
│   │   │   ├── CountingInstructions.html
│   │   │   ├── crash_dump.html
│   │   │   ├── DelayedDealloc.html
│   │   │   ├── driver_entry.html
│   │   │   ├── driver.html
│   │   │   ├── epmd.html
│   │   │   ├── erlang.html
│   │   │   ├── erlc.html
│   │   │   ├── erl_dist_protocol.html
│   │   │   ├── erl_driver.html
│   │   │   ├── erl_ext_dist.html
│   │   │   ├── erl_ext_fig.gif
│   │   │   ├── erl.html
│   │   │   ├── erl_nif.html
│   │   │   ├── erl_prim_loader.html
│   │   │   ├── erlsrv.html
│   │   │   ├── erl_tracer.html
│   │   │   ├── erts_alloc.html
│   │   │   ├── erts.eix
│   │   │   ├── escript.html
│   │   │   ├── figures
│   │   │   │   ├── gc-heap-scan1.png
│   │   │   │   ├── gc-heap-stop.png
│   │   │   │   ├── gc-rootset-scan.png
│   │   │   │   ├── gc-start.png
│   │   │   │   ├── gc-watermark-2.png
│   │   │   │   └── gc-watermark.png
│   │   │   ├── GarbageCollection.html
│   │   │   ├── gen_tcp_dist.erl
│   │   │   ├── index.html
│   │   │   ├── inet_cfg.html
│   │   │   ├── init.html
│   │   │   ├── internal_docs.html
│   │   │   ├── introduction.html
│   │   │   ├── match_spec.html
│   │   │   ├── notes.html
│   │   │   ├── persistent_term.html
│   │   │   ├── PortSignals.html
│   │   │   ├── ProcessManagementOptimizations.html
│   │   │   ├── PTables.html
│   │   │   ├── release_notes.html
│   │   │   ├── run_erl.html
│   │   │   ├── socket.html
│   │   │   ├── socket_usage.html
│   │   │   ├── start_erl.html
│   │   │   ├── start.html
│   │   │   ├── SuperCarrier.html
│   │   │   ├── ThreadProgress.html
│   │   │   ├── time_compat.erl
│   │   │   ├── time_correction.html
│   │   │   ├── Tracing.html
│   │   │   ├── tty.html
│   │   │   ├── users_guide.html
│   │   │   ├── werl.html
│   │   │   └── zlib.html
│   │   └── pdf
│   │   └── erts-10.7.pdf
│   ├── include
│   │   ├── driver_int.h
│   │   ├── erl_driver.h
│   │   ├── erl_drv_nif.h
│   │   ├── erl_fixed_size_int_types.h
│   │   ├── erl_int_sizes_config.h
│   │   ├── erl_memory_trace_parser.h
│   │   ├── erl_nif_api_funcs.h
│   │   ├── erl_nif.h
│   │   └── internal
│   │   ├── erl_errno.h
│   │   ├── erl_memory_trace_protocol.h
│   │   ├── erl_misc_utils.h
│   │   ├── erl_printf_format.h
│   │   ├── erl_printf.h
│   │   ├── erts_internal.mk
│   │   ├── ethr_atomics.h
│   │   ├── ethread.h
│   │   ├── ethread_header_config.h
│   │   ├── ethread_inline.h
│   │   ├── ethread.mk
│   │   ├── ethr_mutex.h
│   │   ├── ethr_optimized_fallbacks.h
│   │   ├── gcc
│   │   │   ├── ethr_atomic.h
│   │   │   ├── ethr_dw_atomic.h
│   │   │   ├── ethread.h
│   │   │   └── ethr_membar.h
│   │   ├── i386
│   │   │   ├── atomic.h
│   │   │   ├── ethr_dw_atomic.h
│   │   │   ├── ethread.h
│   │   │   ├── ethr_membar.h
│   │   │   ├── rwlock.h
│   │   │   └── spinlock.h
│   │   ├── libatomic_ops
│   │   │   ├── ethr_atomic.h
│   │   │   ├── ethr_dw_atomic.h
│   │   │   ├── ethread.h
│   │   │   └── ethr_membar.h
│   │   ├── ppc32
│   │   │   ├── atomic.h
│   │   │   ├── ethread.h
│   │   │   ├── ethr_membar.h
│   │   │   ├── rwlock.h
│   │   │   └── spinlock.h
│   │   ├── pthread
│   │   │   └── ethr_event.h
│   │   ├── README
│   │   ├── sparc32
│   │   │   ├── atomic.h
│   │   │   ├── ethread.h
│   │   │   ├── ethr_membar.h
│   │   │   ├── rwlock.h
│   │   │   └── spinlock.h
│   │   ├── sparc64
│   │   │   └── ethread.h
│   │   ├── tile
│   │   │   ├── atomic.h
│   │   │   ├── ethread.h
│   │   │   └── ethr_membar.h
│   │   ├── win
│   │   │   ├── ethr_atomic.h
│   │   │   ├── ethr_dw_atomic.h
│   │   │   ├── ethread.h
│   │   │   ├── ethr_event.h
│   │   │   └── ethr_membar.h
│   │   └── x86_64
│   │   └── ethread.h
│   ├── info
│   ├── lib
│   │   ├── internal
│   │   │   ├── liberts_internal.a
│   │   │   ├── liberts_internal_r.a
│   │   │   ├── libethread.a
│   │   │   └── README
│   │   ├── liberts.a
│   │   └── liberts_r.a
│   ├── man
│   └── src
│   └── setuid_socket_wrap.c
├── etc
│   ├── default.d
│   │   └── README
│   ├── default.ini
│   ├── local.d
│   │   └── README
│   ├── local.ini
│   └── vm.args
├── lib
│   ├── asn1-5.0.10
│   │   ├── ebin
│   │   │   ├── asn1.app
│   │   │   ├── asn1.appup
│   │   │   ├── asn1ct.beam
│   │   │   ├── asn1ct_check.beam
│   │   │   ├── asn1ct_constructed_ber_bin_v2.beam
│   │   │   ├── asn1ct_constructed_per.beam
│   │   │   ├── asn1ct_eval_ext.beam
│   │   │   ├── asn1ct_func.beam
│   │   │   ├── asn1ct_gen.beam
│   │   │   ├── asn1ct_gen_ber_bin_v2.beam
│   │   │   ├── asn1ct_gen_check.beam
│   │   │   ├── asn1ct_gen_per.beam
│   │   │   ├── asn1ct_imm.beam
│   │   │   ├── asn1ct_name.beam
│   │   │   ├── asn1ct_parser2.beam
│   │   │   ├── asn1ct_pretty_format.beam
│   │   │   ├── asn1ct_rtt.beam
│   │   │   ├── asn1ct_table.beam
│   │   │   ├── asn1ct_tok.beam
│   │   │   ├── asn1ct_value.beam
│   │   │   ├── asn1_db.beam
│   │   │   └── asn1rt_nif.beam
│   │   └── priv
│   │   └── lib
│   │   └── asn1rt_nif.so
│   ├── b64url-3.1.1
│   │   ├── ebin
│   │   │   ├── b64url.app
│   │   │   └── b64url.beam
│   │   └── priv
│   │   └── b64url.so
│   ├── bear-3.1.1
│   │   └── ebin
│   │   ├── bear.app
│   │   └── bear.beam
│   ├── chttpd-3.1.1
│   │   ├── ebin
│   │   │   ├── chttpd.app
│   │   │   ├── chttpd_app.beam
│   │   │   ├── chttpd_auth.beam
│   │   │   ├── chttpd_auth_cache.beam
│   │   │   ├── chttpd_auth_request.beam
│   │   │   ├── chttpd.beam
│   │   │   ├── chttpd_cors.beam
│   │   │   ├── chttpd_db.beam
│   │   │   ├── chttpd_epi.beam
│   │   │   ├── chttpd_external.beam
│   │   │   ├── chttpd_handlers.beam
│   │   │   ├── chttpd_httpd_handlers.beam
│   │   │   ├── chttpd_misc.beam
│   │   │   ├── chttpd_node.beam
│   │   │   ├── chttpd_plugin.beam
│   │   │   ├── chttpd_prefer_header.beam
│   │   │   ├── chttpd_rewrite.beam
│   │   │   ├── chttpd_show.beam
│   │   │   ├── chttpd_stats.beam
│   │   │   ├── chttpd_sup.beam
│   │   │   ├── chttpd_test_util.beam
│   │   │   ├── chttpd_view.beam
│   │   │   └── chttpd_xframe_options.beam
│   │   ├── include
│   │   │   ├── chttpd_cors.hrl
│   │   │   └── chttpd.hrl
│   │   └── priv
│   │   └── stats_descriptions.cfg
│   ├── compiler-7.5.3
│   │   └── ebin
│   │   ├── beam_a.beam
│   │   ├── beam_asm.beam
│   │   ├── beam_block.beam
│   │   ├── beam_clean.beam
│   │   ├── beam_dict.beam
│   │   ├── beam_disasm.beam
│   │   ├── beam_except.beam
│   │   ├── beam_flatten.beam
│   │   ├── beam_jump.beam
│   │   ├── beam_kernel_to_ssa.beam
│   │   ├── beam_listing.beam
│   │   ├── beam_opcodes.beam
│   │   ├── beam_peep.beam
│   │   ├── beam_ssa.beam
│   │   ├── beam_ssa_bsm.beam
│   │   ├── beam_ssa_codegen.beam
│   │   ├── beam_ssa_dead.beam
│   │   ├── beam_ssa_funs.beam
│   │   ├── beam_ssa_lint.beam
│   │   ├── beam_ssa_opt.beam
│   │   ├── beam_ssa_pp.beam
│   │   ├── beam_ssa_pre_codegen.beam
│   │   ├── beam_ssa_recv.beam
│   │   ├── beam_ssa_share.beam
│   │   ├── beam_ssa_type.beam
│   │   ├── beam_trim.beam
│   │   ├── beam_utils.beam
│   │   ├── beam_validator.beam
│   │   ├── beam_z.beam
│   │   ├── cerl.beam
│   │   ├── cerl_clauses.beam
│   │   ├── cerl_inline.beam
│   │   ├── cerl_sets.beam
│   │   ├── cerl_trees.beam
│   │   ├── compile.beam
│   │   ├── compiler.app
│   │   ├── compiler.appup
│   │   ├── core_lib.beam
│   │   ├── core_lint.beam
│   │   ├── core_parse.beam
│   │   ├── core_pp.beam
│   │   ├── core_scan.beam
│   │   ├── erl_bifs.beam
│   │   ├── rec_env.beam
│   │   ├── sys_core_alias.beam
│   │   ├── sys_core_bsm.beam
│   │   ├── sys_core_fold.beam
│   │   ├── sys_core_fold_lists.beam
│   │   ├── sys_core_inline.beam
│   │   ├── sys_pre_attributes.beam
│   │   ├── v3_core.beam
│   │   ├── v3_kernel.beam
│   │   └── v3_kernel_pp.beam
│   ├── config-3.1.1
│   │   └── ebin
│   │   ├── config.app
│   │   ├── config_app.beam
│   │   ├── config.beam
│   │   ├── config_listener.beam
│   │   ├── config_listener_mon.beam
│   │   ├── config_notifier.beam
│   │   ├── config_sup.beam
│   │   ├── config_util.beam
│   │   └── config_writer.beam
│   ├── couch-3.1.1
│   │   ├── ebin
│   │   │   ├── couch.app
│   │   │   ├── couch_app.beam
│   │   │   ├── couch_att.beam
│   │   │   ├── couch_auth_cache.beam
│   │   │   ├── couch_base32.beam
│   │   │   ├── couch.beam
│   │   │   ├── couch_bt_engine.beam
│   │   │   ├── couch_bt_engine_compactor.beam
│   │   │   ├── couch_bt_engine_header.beam
│   │   │   ├── couch_bt_engine_stream.beam
│   │   │   ├── couch_btree.beam
│   │   │   ├── couch_changes.beam
│   │   │   ├── couch_compress.beam
│   │   │   ├── couch_db.beam
│   │   │   ├── couch_db_engine.beam
│   │   │   ├── couch_db_epi.beam
│   │   │   ├── couch_db_header.beam
│   │   │   ├── couch_db_plugin.beam
│   │   │   ├── couch_db_split.beam
│   │   │   ├── couch_db_updater.beam
│   │   │   ├── couch_debug.beam
│   │   │   ├── couch_doc.beam
│   │   │   ├── couch_drv.beam
│   │   │   ├── couch_ejson_compare.beam
│   │   │   ├── couch_ejson_size.beam
│   │   │   ├── couch_emsort.beam
│   │   │   ├── couch_event_sup.beam
│   │   │   ├── couch_file.beam
│   │   │   ├── couch_flags.beam
│   │   │   ├── couch_flags_config.beam
│   │   │   ├── couch_hash.beam
│   │   │   ├── couch_hotp.beam
│   │   │   ├── couch_httpd_auth.beam
│   │   │   ├── couch_httpd.beam
│   │   │   ├── couch_httpd_db.beam
│   │   │   ├── couch_httpd_external.beam
│   │   │   ├── couch_httpd_handlers.beam
│   │   │   ├── couch_httpd_misc_handlers.beam
│   │   │   ├── couch_httpd_multipart.beam
│   │   │   ├── couch_httpd_rewrite.beam
│   │   │   ├── couch_httpd_vhost.beam
│   │   │   ├── couch_io_logger.beam
│   │   │   ├── couch_key_tree.beam
│   │   │   ├── couch_lru.beam
│   │   │   ├── couch_multidb_changes.beam
│   │   │   ├── couch_native_process.beam
│   │   │   ├── couch_os_process.beam
│   │   │   ├── couch_partition.beam
│   │   │   ├── couch_passwords.beam
│   │   │   ├── couch_primary_sup.beam
│   │   │   ├── couch_proc_manager.beam
│   │   │   ├── couch_query_servers.beam
│   │   │   ├── couch_rand.beam
│   │   │   ├── couch_secondary_sup.beam
│   │   │   ├── couch_server.beam
│   │   │   ├── couch_stream.beam
│   │   │   ├── couch_sup.beam
│   │   │   ├── couch_task_status.beam
│   │   │   ├── couch_totp.beam
│   │   │   ├── couch_users_db.beam
│   │   │   ├── couch_util.beam
│   │   │   ├── couch_uuids.beam
│   │   │   ├── couch_work_queue.beam
│   │   │   ├── test_request.beam
│   │   │   └── test_util.beam
│   │   ├── include
│   │   │   ├── couch_db.hrl
│   │   │   ├── couch_eunit.hrl
│   │   │   ├── couch_eunit_proper.hrl
│   │   │   └── couch_js_functions.hrl
│   │   └── priv
│   │   ├── couch_ejson_compare
│   │   │   ├── couch_ejson_compare.c
│   │   │   ├── couch_ejson_compare.d
│   │   │   └── couch_ejson_compare.o
│   │   ├── couch_ejson_compare.so
│   │   ├── couch_icu_driver.so
│   │   ├── couch_js
│   │   │   ├── 1.8.5
│   │   │   │   ├── help.h
│   │   │   │   ├── http.c
│   │   │   │   ├── http.h
│   │   │   │   ├── main.c
│   │   │   │   ├── utf8.c
│   │   │   │   ├── utf8.h
│   │   │   │   ├── util.c
│   │   │   │   └── util.h
│   │   │   ├── 60
│   │   │   │   ├── help.h
│   │   │   │   ├── http.cpp
│   │   │   │   ├── http.h
│   │   │   │   ├── main.cpp
│   │   │   │   ├── util.cpp
│   │   │   │   └── util.h
│   │   │   └── 68
│   │   │   ├── config.h
│   │   │   ├── help.h
│   │   │   ├── http.cpp
│   │   │   ├── http.d
│   │   │   ├── http.h
│   │   │   ├── http.o
│   │   │   ├── main.cpp
│   │   │   ├── main.d
│   │   │   ├── main.o
│   │   │   ├── util.cpp
│   │   │   ├── util.d
│   │   │   ├── util.h
│   │   │   └── util.o
│   │   ├── couchjs
│   │   ├── couchspawnkillable
│   │   ├── icu_driver
│   │   │   ├── couch_icu_driver.c
│   │   │   ├── couch_icu_driver.d
│   │   │   └── couch_icu_driver.o
│   │   ├── spawnkillable
│   │   │   ├── couchspawnkillable.sh
│   │   │   └── couchspawnkillable_win.c
│   │   └── stats_descriptions.cfg
│   ├── couch_epi-3.1.1
│   │   └── ebin
│   │   ├── couch_epi.app
│   │   ├── couch_epi_app.beam
│   │   ├── couch_epi.beam
│   │   ├── couch_epi_codechange_monitor.beam
│   │   ├── couch_epi_codegen.beam
│   │   ├── couch_epi_data.beam
│   │   ├── couch_epi_data_gen.beam
│   │   ├── couch_epi_functions.beam
│   │   ├── couch_epi_functions_gen.beam
│   │   ├── couch_epi_module_keeper.beam
│   │   ├── couch_epi_plugin.beam
│   │   ├── couch_epi_sup.beam
│   │   └── couch_epi_util.beam
│   ├── couch_event-3.1.1
│   │   └── ebin
│   │   ├── couch_event.app
│   │   ├── couch_event_app.beam
│   │   ├── couch_event.beam
│   │   ├── couch_event_listener.beam
│   │   ├── couch_event_listener_mfa.beam
│   │   ├── couch_event_os_listener.beam
│   │   ├── couch_event_server.beam
│   │   └── couch_event_sup2.beam
│   ├── couch_index-3.1.1
│   │   └── ebin
│   │   ├── couch_index.app
│   │   ├── couch_index_app.beam
│   │   ├── couch_index.beam
│   │   ├── couch_index_compactor.beam
│   │   ├── couch_index_epi.beam
│   │   ├── couch_index_plugin.beam
│   │   ├── couch_index_plugin_couch_db.beam
│   │   ├── couch_index_server.beam
│   │   ├── couch_index_sup.beam
│   │   ├── couch_index_updater.beam
│   │   └── couch_index_util.beam
│   ├── couch_log-3.1.1
│   │   ├── ebin
│   │   │   ├── couch_log.app
│   │   │   ├── couch_log_app.beam
│   │   │   ├── couch_log.beam
│   │   │   ├── couch_log_config.beam
│   │   │   ├── couch_log_config_dyn.beam
│   │   │   ├── couch_log_error_logger_h.beam
│   │   │   ├── couch_log_formatter.beam
│   │   │   ├── couch_log_monitor.beam
│   │   │   ├── couch_log_server.beam
│   │   │   ├── couch_log_sup.beam
│   │   │   ├── couch_log_trunc_io.beam
│   │   │   ├── couch_log_trunc_io_fmt.beam
│   │   │   ├── couch_log_util.beam
│   │   │   ├── couch_log_writer.beam
│   │   │   ├── couch_log_writer_file.beam
│   │   │   ├── couch_log_writer_journald.beam
│   │   │   ├── couch_log_writer_stderr.beam
│   │   │   └── couch_log_writer_syslog.beam
│   │   ├── include
│   │   │   └── couch_log.hrl
│   │   └── priv
│   │   └── stats_descriptions.cfg
│   ├── couch_mrview-3.1.1
│   │   ├── ebin
│   │   │   ├── couch_mrview.app
│   │   │   ├── couch_mrview.beam
│   │   │   ├── couch_mrview_cleanup.beam
│   │   │   ├── couch_mrview_compactor.beam
│   │   │   ├── couch_mrview_http.beam
│   │   │   ├── couch_mrview_index.beam
│   │   │   ├── couch_mrview_show.beam
│   │   │   ├── couch_mrview_test_util.beam
│   │   │   ├── couch_mrview_update_notifier.beam
│   │   │   ├── couch_mrview_updater.beam
│   │   │   └── couch_mrview_util.beam
│   │   ├── include
│   │   │   └── couch_mrview.hrl
│   │   └── priv
│   │   └── stats_descriptions.cfg
│   ├── couch_peruser-3.1.1
│   │   └── ebin
│   │   ├── couch_peruser.app
│   │   ├── couch_peruser_app.beam
│   │   ├── couch_peruser.beam
│   │   └── couch_peruser_sup.beam
│   ├── couch_plugins-3.1.1
│   │   └── ebin
│   │   ├── couch_plugins.app
│   │   ├── couch_plugins.beam
│   │   └── couch_plugins_httpd.beam
│   ├── couch_replicator-3.1.1
│   │   ├── ebin
│   │   │   ├── couch_replicator_api_wrap.beam
│   │   │   ├── couch_replicator.app
│   │   │   ├── couch_replicator_app.beam
│   │   │   ├── couch_replicator_auth.beam
│   │   │   ├── couch_replicator_auth_noop.beam
│   │   │   ├── couch_replicator_auth_session.beam
│   │   │   ├── couch_replicator.beam
│   │   │   ├── couch_replicator_changes_reader.beam
│   │   │   ├── couch_replicator_clustering.beam
│   │   │   ├── couch_replicator_connection.beam
│   │   │   ├── couch_replicator_db_changes.beam
│   │   │   ├── couch_replicator_doc_processor.beam
│   │   │   ├── couch_replicator_doc_processor_worker.beam
│   │   │   ├── couch_replicator_docs.beam
│   │   │   ├── couch_replicator_fabric.beam
│   │   │   ├── couch_replicator_fabric_rpc.beam
│   │   │   ├── couch_replicator_filters.beam
│   │   │   ├── couch_replicator_httpc.beam
│   │   │   ├── couch_replicator_httpc_pool.beam
│   │   │   ├── couch_replicator_httpd.beam
│   │   │   ├── couch_replicator_httpd_util.beam
│   │   │   ├── couch_replicator_ids.beam
│   │   │   ├── couch_replicator_job_sup.beam
│   │   │   ├── couch_replicator_notifier.beam
│   │   │   ├── couch_replicator_rate_limiter.beam
│   │   │   ├── couch_replicator_rate_limiter_tables.beam
│   │   │   ├── couch_replicator_scheduler.beam
│   │   │   ├── couch_replicator_scheduler_job.beam
│   │   │   ├── couch_replicator_scheduler_sup.beam
│   │   │   ├── couch_replicator_stats.beam
│   │   │   ├── couch_replicator_sup.beam
│   │   │   ├── couch_replicator_utils.beam
│   │   │   ├── couch_replicator_worker.beam
│   │   │   └── json_stream_parse.beam
│   │   ├── include
│   │   │   └── couch_replicator_api_wrap.hrl
│   │   └── priv
│   │   └── stats_descriptions.cfg
│   ├── couch_stats-3.1.1
│   │   ├── ebin
│   │   │   ├── couch_stats_aggregator.beam
│   │   │   ├── couch_stats.app
│   │   │   ├── couch_stats_app.beam
│   │   │   ├── couch_stats.beam
│   │   │   ├── couch_stats_httpd.beam
│   │   │   ├── couch_stats_process_tracker.beam
│   │   │   └── couch_stats_sup.beam
│   │   └── priv
│   │   └── sample_descriptions.cfg
│   ├── crypto-4.6.5
│   │   ├── ebin
│   │   │   ├── crypto.app
│   │   │   ├── crypto.appup
│   │   │   ├── crypto.beam
│   │   │   └── crypto_ec_curves.beam
│   │   └── priv
│   │   ├── lib
│   │   │   ├── crypto_callback.so
│   │   │   ├── crypto.so
│   │   │   └── otp_test_engine.so
│   │   └── obj
│   │   ├── aead.o
│   │   ├── aes.o
│   │   ├── algorithms.o
│   │   ├── api_ng.o
│   │   ├── atoms.o
│   │   ├── bn.o
│   │   ├── cipher.o
│   │   ├── cmac.o
│   │   ├── crypto_callback.o
│   │   ├── crypto.o
│   │   ├── dh.o
│   │   ├── digest.o
│   │   ├── dss.o
│   │   ├── ecdh.o
│   │   ├── ec.o
│   │   ├── eddsa.o
│   │   ├── engine.o
│   │   ├── evp.o
│   │   ├── fips.o
│   │   ├── hash.o
│   │   ├── hmac.o
│   │   ├── info.o
│   │   ├── mac.o
│   │   ├── Makefile
│   │   ├── math.o
│   │   ├── otp_test_engine.o
│   │   ├── pkey.o
│   │   ├── rand.o
│   │   ├── rsa.o
│   │   └── srp.o
│   ├── ddoc_cache-3.1.1
│   │   ├── ebin
│   │   │   ├── ddoc_cache.app
│   │   │   ├── ddoc_cache_app.beam
│   │   │   ├── ddoc_cache.beam
│   │   │   ├── ddoc_cache_entry.beam
│   │   │   ├── ddoc_cache_entry_custom.beam
│   │   │   ├── ddoc_cache_entry_ddocid.beam
│   │   │   ├── ddoc_cache_entry_ddocid_rev.beam
│   │   │   ├── ddoc_cache_entry_validation_funs.beam
│   │   │   ├── ddoc_cache_lru.beam
│   │   │   ├── ddoc_cache_opener.beam
│   │   │   ├── ddoc_cache_sup.beam
│   │   │   └── ddoc_cache_value.beam
│   │   └── priv
│   │   └── stats_descriptions.cfg
│   ├── dreyfus-3.1.1
│   │   ├── ebin
│   │   │   ├── clouseau_rpc.beam
│   │   │   ├── dreyfus.app
│   │   │   ├── dreyfus_app.beam
│   │   │   ├── dreyfus_bookmark.beam
│   │   │   ├── dreyfus_config.beam
│   │   │   ├── dreyfus_epi.beam
│   │   │   ├── dreyfus_fabric.beam
│   │   │   ├── dreyfus_fabric_cleanup.beam
│   │   │   ├── dreyfus_fabric_group1.beam
│   │   │   ├── dreyfus_fabric_group2.beam
│   │   │   ├── dreyfus_fabric_info.beam
│   │   │   ├── dreyfus_fabric_search.beam
│   │   │   ├── dreyfus_httpd.beam
│   │   │   ├── dreyfus_httpd_handlers.beam
│   │   │   ├── dreyfus_index.beam
│   │   │   ├── dreyfus_index_manager.beam
│   │   │   ├── dreyfus_index_updater.beam
│   │   │   ├── dreyfus_plugin_couch_db.beam
│   │   │   ├── dreyfus_rpc.beam
│   │   │   ├── dreyfus_sup.beam
│   │   │   └── dreyfus_util.beam
│   │   ├── include
│   │   │   └── dreyfus.hrl
│   │   └── priv
│   │   └── stats_descriptions.cfg
│   ├── ets_lru-3.1.1
│   │   └── ebin
│   │   ├── ets_lru.app
│   │   └── ets_lru.beam
│   ├── fabric-3.1.1
│   │   ├── ebin
│   │   │   ├── fabric.app
│   │   │   ├── fabric.beam
│   │   │   ├── fabric_db_create.beam
│   │   │   ├── fabric_db_delete.beam
│   │   │   ├── fabric_db_doc_count.beam
│   │   │   ├── fabric_db_info.beam
│   │   │   ├── fabric_db_meta.beam
│   │   │   ├── fabric_db_partition_info.beam
│   │   │   ├── fabric_db_update_listener.beam
│   │   │   ├── fabric_design_doc_count.beam
│   │   │   ├── fabric_dict.beam
│   │   │   ├── fabric_doc_attachments.beam
│   │   │   ├── fabric_doc_atts.beam
│   │   │   ├── fabric_doc_missing_revs.beam
│   │   │   ├── fabric_doc_open.beam
│   │   │   ├── fabric_doc_open_revs.beam
│   │   │   ├── fabric_doc_purge.beam
│   │   │   ├── fabric_doc_update.beam
│   │   │   ├── fabric_group_info.beam
│   │   │   ├── fabric_ring.beam
│   │   │   ├── fabric_rpc.beam
│   │   │   ├── fabric_streams.beam
│   │   │   ├── fabric_util.beam
│   │   │   ├── fabric_view_all_docs.beam
│   │   │   ├── fabric_view.beam
│   │   │   ├── fabric_view_changes.beam
│   │   │   ├── fabric_view_map.beam
│   │   │   └── fabric_view_reduce.beam
│   │   ├── include
│   │   │   └── fabric.hrl
│   │   └── priv
│   │   └── stats_descriptions.cfg
│   ├── folsom-3.1.1
│   │   ├── ebin
│   │   │   ├── folsom.app
│   │   │   ├── folsom.beam
│   │   │   ├── folsom_ets.beam
│   │   │   ├── folsom_ewma.beam
│   │   │   ├── folsom_meter_timer_server.beam
│   │   │   ├── folsom_metrics.beam
│   │   │   ├── folsom_metrics_counter.beam
│   │   │   ├── folsom_metrics_duration.beam
│   │   │   ├── folsom_metrics_gauge.beam
│   │   │   ├── folsom_metrics_histogram.beam
│   │   │   ├── folsom_metrics_histogram_ets.beam
│   │   │   ├── folsom_metrics_history.beam
│   │   │   ├── folsom_metrics_meter.beam
│   │   │   ├── folsom_metrics_meter_reader.beam
│   │   │   ├── folsom_metrics_spiral.beam
│   │   │   ├── folsom_sample.beam
│   │   │   ├── folsom_sample_exdec.beam
│   │   │   ├── folsom_sample_none.beam
│   │   │   ├── folsom_sample_slide.beam
│   │   │   ├── folsom_sample_slide_server.beam
│   │   │   ├── folsom_sample_slide_sorted.beam
│   │   │   ├── folsom_sample_slide_sup.beam
│   │   │   ├── folsom_sample_slide_uniform.beam
│   │   │   ├── folsom_sample_uniform.beam
│   │   │   ├── folsom_sup.beam
│   │   │   ├── folsom_utils.beam
│   │   │   └── folsom_vm_metrics.beam
│   │   └── include
│   │   └── folsom.hrl
│   ├── global_changes-3.1.1
│   │   ├── ebin
│   │   │   ├── global_changes.app
│   │   │   ├── global_changes_app.beam
│   │   │   ├── global_changes_epi.beam
│   │   │   ├── global_changes_httpd.beam
│   │   │   ├── global_changes_httpd_handlers.beam
│   │   │   ├── global_changes_listener.beam
│   │   │   ├── global_changes_plugin.beam
│   │   │   ├── global_changes_server.beam
│   │   │   ├── global_changes_sup.beam
│   │   │   └── global_changes_util.beam
│   │   └── priv
│   │   └── stats_descriptions.cfg
│   ├── hyper-1.0
│   │   ├── ebin
│   │   │   ├── hyper.app
│   │   │   ├── hyper_array.beam
│   │   │   ├── hyper.beam
│   │   │   ├── hyper_binary.beam
│   │   │   ├── hyper_binary_rle.beam
│   │   │   ├── hyper_carray.beam
│   │   │   ├── hyper_const.beam
│   │   │   ├── hyper_gb.beam
│   │   │   └── hyper_register.beam
│   │   └── priv
│   │   └── hyper_carray.so
│   ├── ibrowse-4.0.1
│   │   ├── ebin
│   │   │   ├── ibrowse.app
│   │   │   ├── ibrowse_app.beam
│   │   │   ├── ibrowse.beam
│   │   │   ├── ibrowse_http_client.beam
│   │   │   ├── ibrowse_lb.beam
│   │   │   ├── ibrowse_lib.beam
│   │   │   ├── ibrowse_socks5.beam
│   │   │   ├── ibrowse_sup.beam
│   │   │   └── ibrowse_test.beam
│   │   └── include
│   │   └── ibrowse.hrl
│   ├── inets-7.1.2
│   │   ├── ebin
│   │   │   ├── httpc.beam
│   │   │   ├── httpc_cookie.beam
│   │   │   ├── httpc_handler.beam
│   │   │   ├── httpc_handler_sup.beam
│   │   │   ├── http_chunk.beam
│   │   │   ├── httpc_manager.beam
│   │   │   ├── httpc_profile_sup.beam
│   │   │   ├── httpc_request.beam
│   │   │   ├── httpc_response.beam
│   │   │   ├── httpc_sup.beam
│   │   │   ├── httpd_acceptor.beam
│   │   │   ├── httpd_acceptor_sup.beam
│   │   │   ├── httpd.beam
│   │   │   ├── httpd_cgi.beam
│   │   │   ├── httpd_conf.beam
│   │   │   ├── httpd_connection_sup.beam
│   │   │   ├── httpd_custom_api.beam
│   │   │   ├── httpd_custom.beam
│   │   │   ├── httpd_esi.beam
│   │   │   ├── httpd_example.beam
│   │   │   ├── httpd_file.beam
│   │   │   ├── httpd_instance_sup.beam
│   │   │   ├── httpd_log.beam
│   │   │   ├── httpd_logger.beam
│   │   │   ├── httpd_manager.beam
│   │   │   ├── httpd_misc_sup.beam
│   │   │   ├── httpd_request.beam
│   │   │   ├── httpd_request_handler.beam
│   │   │   ├── httpd_response.beam
│   │   │   ├── httpd_script_env.beam
│   │   │   ├── httpd_socket.beam
│   │   │   ├── httpd_sup.beam
│   │   │   ├── httpd_util.beam
│   │   │   ├── http_request.beam
│   │   │   ├── http_response.beam
│   │   │   ├── http_transport.beam
│   │   │   ├── http_uri.beam
│   │   │   ├── http_util.beam
│   │   │   ├── inets.app
│   │   │   ├── inets_app.beam
│   │   │   ├── inets.appup
│   │   │   ├── inets.beam
│   │   │   ├── inets_ftp_wrapper.beam
│   │   │   ├── inets_lib.beam
│   │   │   ├── inets_service.beam
│   │   │   ├── inets_sup.beam
│   │   │   ├── inets_tftp_wrapper.beam
│   │   │   ├── inets_trace.beam
│   │   │   ├── mod_actions.beam
│   │   │   ├── mod_alias.beam
│   │   │   ├── mod_auth.beam
│   │   │   ├── mod_auth_dets.beam
│   │   │   ├── mod_auth_mnesia.beam
│   │   │   ├── mod_auth_plain.beam
│   │   │   ├── mod_auth_server.beam
│   │   │   ├── mod_browser.beam
│   │   │   ├── mod_cgi.beam
│   │   │   ├── mod_dir.beam
│   │   │   ├── mod_disk_log.beam
│   │   │   ├── mod_esi.beam
│   │   │   ├── mod_get.beam
│   │   │   ├── mod_head.beam
│   │   │   ├── mod_htaccess.beam
│   │   │   ├── mod_log.beam
│   │   │   ├── mod_range.beam
│   │   │   ├── mod_responsecontrol.beam
│   │   │   ├── mod_security.beam
│   │   │   ├── mod_security_server.beam
│   │   │   └── mod_trace.beam
│   │   ├── include
│   │   │   ├── httpd.hrl
│   │   │   └── mod_auth.hrl
│   │   └── priv
│   │   └── bin
│   │   └── runcgi.sh
│   ├── ioq-3.1.1
│   │   └── ebin
│   │   ├── ioq.app
│   │   ├── ioq_app.beam
│   │   ├── ioq.beam
│   │   └── ioq_sup.beam
│   ├── jiffy-1.0.4
│   │   ├── ebin
│   │   │   ├── jiffy.app
│   │   │   ├── jiffy.beam
│   │   │   └── jiffy_utf8.beam
│   │   └── priv
│   │   └── jiffy.so
│   ├── jwtf-3.1.1
│   │   └── ebin
│   │   ├── jwtf.app
│   │   ├── jwtf_app.beam
│   │   ├── jwtf.beam
│   │   ├── jwtf_keystore.beam
│   │   └── jwtf_sup.beam
│   ├── ken-3.1.1
│   │   └── ebin
│   │   ├── ken.app
│   │   ├── ken_app.beam
│   │   ├── ken.beam
│   │   ├── ken_event_handler.beam
│   │   ├── ken_server.beam
│   │   └── ken_sup.beam
│   ├── kernel-6.5.2
│   │   ├── ebin
│   │   │   ├── application.beam
│   │   │   ├── application_controller.beam
│   │   │   ├── application_master.beam
│   │   │   ├── application_starter.beam
│   │   │   ├── auth.beam
│   │   │   ├── code.beam
│   │   │   ├── code_server.beam
│   │   │   ├── disk_log_1.beam
│   │   │   ├── disk_log.beam
│   │   │   ├── disk_log_server.beam
│   │   │   ├── disk_log_sup.beam
│   │   │   ├── dist_ac.beam
│   │   │   ├── dist_util.beam
│   │   │   ├── erl_boot_server.beam
│   │   │   ├── erl_compile_server.beam
│   │   │   ├── erl_ddll.beam
│   │   │   ├── erl_distribution.beam
│   │   │   ├── erl_epmd.beam
│   │   │   ├── erl_reply.beam
│   │   │   ├── erl_signal_handler.beam
│   │   │   ├── error_handler.beam
│   │   │   ├── error_logger.beam
│   │   │   ├── erts_debug.beam
│   │   │   ├── file.beam
│   │   │   ├── file_io_server.beam
│   │   │   ├── file_server.beam
│   │   │   ├── gen_sctp.beam
│   │   │   ├── gen_tcp.beam
│   │   │   ├── gen_udp.beam
│   │   │   ├── global.beam
│   │   │   ├── global_group.beam
│   │   │   ├── global_search.beam
│   │   │   ├── group.beam
│   │   │   ├── group_history.beam
│   │   │   ├── heart.beam
│   │   │   ├── hipe_unified_loader.beam
│   │   │   ├── inet6_sctp.beam
│   │   │   ├── inet6_tcp.beam
│   │   │   ├── inet6_tcp_dist.beam
│   │   │   ├── inet6_udp.beam
│   │   │   ├── inet.beam
│   │   │   ├── inet_config.beam
│   │   │   ├── inet_db.beam
│   │   │   ├── inet_dns.beam
│   │   │   ├── inet_gethost_native.beam
│   │   │   ├── inet_hosts.beam
│   │   │   ├── inet_parse.beam
│   │   │   ├── inet_res.beam
│   │   │   ├── inet_sctp.beam
│   │   │   ├── inet_tcp.beam
│   │   │   ├── inet_tcp_dist.beam
│   │   │   ├── inet_udp.beam
│   │   │   ├── kernel.app
│   │   │   ├── kernel.appup
│   │   │   ├── kernel.beam
│   │   │   ├── kernel_config.beam
│   │   │   ├── kernel_refc.beam
│   │   │   ├── local_tcp.beam
│   │   │   ├── local_udp.beam
│   │   │   ├── logger_backend.beam
│   │   │   ├── logger.beam
│   │   │   ├── logger_config.beam
│   │   │   ├── logger_disk_log_h.beam
│   │   │   ├── logger_filters.beam
│   │   │   ├── logger_formatter.beam
│   │   │   ├── logger_handler_watcher.beam
│   │   │   ├── logger_h_common.beam
│   │   │   ├── logger_olp.beam
│   │   │   ├── logger_proxy.beam
│   │   │   ├── logger_server.beam
│   │   │   ├── logger_simple_h.beam
│   │   │   ├── logger_std_h.beam
│   │   │   ├── logger_sup.beam
│   │   │   ├── net_adm.beam
│   │   │   ├── net.beam
│   │   │   ├── net_kernel.beam
│   │   │   ├── os.beam
│   │   │   ├── pg2.beam
│   │   │   ├── ram_file.beam
│   │   │   ├── raw_file_io.beam
│   │   │   ├── raw_file_io_compressed.beam
│   │   │   ├── raw_file_io_deflate.beam
│   │   │   ├── raw_file_io_delayed.beam
│   │   │   ├── raw_file_io_inflate.beam
│   │   │   ├── raw_file_io_list.beam
│   │   │   ├── raw_file_io_raw.beam
│   │   │   ├── rpc.beam
│   │   │   ├── seq_trace.beam
│   │   │   ├── standard_error.beam
│   │   │   ├── user.beam
│   │   │   ├── user_drv.beam
│   │   │   ├── user_sup.beam
│   │   │   └── wrap_log_reader.beam
│   │   └── include
│   │   ├── dist.hrl
│   │   ├── dist_util.hrl
│   │   ├── file.hrl
│   │   ├── inet.hrl
│   │   ├── inet_sctp.hrl
│   │   ├── logger.hrl
│   │   └── net_address.hrl
│   ├── khash-3.1.1
│   │   ├── ebin
│   │   │   ├── khash.app
│   │   │   └── khash.beam
│   │   └── priv
│   │   └── khash.so
│   ├── mango-3.1.1
│   │   └── ebin
│   │   ├── mango.app
│   │   ├── mango_app.beam
│   │   ├── mango_crud.beam
│   │   ├── mango_cursor.beam
│   │   ├── mango_cursor_special.beam
│   │   ├── mango_cursor_text.beam
│   │   ├── mango_cursor_view.beam
│   │   ├── mango_doc.beam
│   │   ├── mango_epi.beam
│   │   ├── mango_error.beam
│   │   ├── mango_execution_stats.beam
│   │   ├── mango_fields.beam
│   │   ├── mango_httpd.beam
│   │   ├── mango_httpd_handlers.beam
│   │   ├── mango_idx.beam
│   │   ├── mango_idx_special.beam
│   │   ├── mango_idx_text.beam
│   │   ├── mango_idx_view.beam
│   │   ├── mango_json.beam
│   │   ├── mango_json_bookmark.beam
│   │   ├── mango_native_proc.beam
│   │   ├── mango_opts.beam
│   │   ├── mango_selector.beam
│   │   ├── mango_selector_text.beam
│   │   ├── mango_sort.beam
│   │   ├── mango_sup.beam
│   │   └── mango_util.beam
│   ├── mem3-3.1.1
│   │   ├── ebin
│   │   │   ├── mem3.app
│   │   │   ├── mem3_app.beam
│   │   │   ├── mem3.beam
│   │   │   ├── mem3_cluster.beam
│   │   │   ├── mem3_epi.beam
│   │   │   ├── mem3_hash.beam
│   │   │   ├── mem3_httpd.beam
│   │   │   ├── mem3_httpd_handlers.beam
│   │   │   ├── mem3_nodes.beam
│   │   │   ├── mem3_plugin_couch_db.beam
│   │   │   ├── mem3_rep.beam
│   │   │   ├── mem3_reshard_api.beam
│   │   │   ├── mem3_reshard.beam
│   │   │   ├── mem3_reshard_dbdoc.beam
│   │   │   ├── mem3_reshard_httpd.beam
│   │   │   ├── mem3_reshard_index.beam
│   │   │   ├── mem3_reshard_job.beam
│   │   │   ├── mem3_reshard_job_sup.beam
│   │   │   ├── mem3_reshard_store.beam
│   │   │   ├── mem3_reshard_sup.beam
│   │   │   ├── mem3_reshard_validate.beam
│   │   │   ├── mem3_rpc.beam
│   │   │   ├── mem3_seeds.beam
│   │   │   ├── mem3_shards.beam
│   │   │   ├── mem3_sup.beam
│   │   │   ├── mem3_sync.beam
│   │   │   ├── mem3_sync_event.beam
│   │   │   ├── mem3_sync_event_listener.beam
│   │   │   ├── mem3_sync_nodes.beam
│   │   │   ├── mem3_sync_security.beam
│   │   │   └── mem3_util.beam
│   │   ├── include
│   │   │   └── mem3.hrl
│   │   └── priv
│   │   └── stats_descriptions.cfg
│   ├── mochiweb-2.20.0
│   │   ├── ebin
│   │   │   ├── mochifmt.beam
│   │   │   ├── mochifmt_records.beam
│   │   │   ├── mochifmt_std.beam
│   │   │   ├── mochiglobal.beam
│   │   │   ├── mochihex.beam
│   │   │   ├── mochijson2.beam
│   │   │   ├── mochijson.beam
│   │   │   ├── mochilists.beam
│   │   │   ├── mochilogfile2.beam
│   │   │   ├── mochinum.beam
│   │   │   ├── mochitemp.beam
│   │   │   ├── mochiutf8.beam
│   │   │   ├── mochiweb_acceptor.beam
│   │   │   ├── mochiweb.app
│   │   │   ├── mochiweb_base64url.beam
│   │   │   ├── mochiweb.beam
│   │   │   ├── mochiweb_charref.beam
│   │   │   ├── mochiweb_clock.beam
│   │   │   ├── mochiweb_cookies.beam
│   │   │   ├── mochiweb_cover.beam
│   │   │   ├── mochiweb_echo.beam
│   │   │   ├── mochiweb_headers.beam
│   │   │   ├── mochiweb_html.beam
│   │   │   ├── mochiweb_http.beam
│   │   │   ├── mochiweb_io.beam
│   │   │   ├── mochiweb_mime.beam
│   │   │   ├── mochiweb_multipart.beam
│   │   │   ├── mochiweb_request.beam
│   │   │   ├── mochiweb_response.beam
│   │   │   ├── mochiweb_session.beam
│   │   │   ├── mochiweb_socket.beam
│   │   │   ├── mochiweb_socket_server.beam
│   │   │   ├── mochiweb_util.beam
│   │   │   ├── mochiweb_websocket.beam
│   │   │   └── reloader.beam
│   │   └── include
│   │   └── internal.hrl
│   ├── public_key-1.7.2
│   │   ├── ebin
│   │   │   ├── OTP-PUB-KEY.beam
│   │   │   ├── PKCS-FRAME.beam
│   │   │   ├── pubkey_cert.beam
│   │   │   ├── pubkey_cert_records.beam
│   │   │   ├── pubkey_crl.beam
│   │   │   ├── pubkey_pbe.beam
│   │   │   ├── pubkey_pem.beam
│   │   │   ├── pubkey_ssh.beam
│   │   │   ├── public_key.app
│   │   │   ├── public_key.appup
│   │   │   └── public_key.beam
│   │   └── include
│   │   ├── OTP-PUB-KEY.hrl
│   │   ├── PKCS-FRAME.hrl
│   │   └── public_key.hrl
│   ├── recon-2.5.0
│   │   └── ebin
│   │   ├── recon_alloc.beam
│   │   ├── recon.app
│   │   ├── recon.beam
│   │   ├── recon_lib.beam
│   │   ├── recon_map.beam
│   │   ├── recon_rec.beam
│   │   └── recon_trace.beam
│   ├── rexi-3.1.1
│   │   ├── ebin
│   │   │   ├── rexi.app
│   │   │   ├── rexi_app.beam
│   │   │   ├── rexi.beam
│   │   │   ├── rexi_buffer.beam
│   │   │   ├── rexi_monitor.beam
│   │   │   ├── rexi_server.beam
│   │   │   ├── rexi_server_mon.beam
│   │   │   ├── rexi_server_sup.beam
│   │   │   ├── rexi_sup.beam
│   │   │   └── rexi_utils.beam
│   │   ├── include
│   │   │   └── rexi.hrl
│   │   └── priv
│   │   └── stats_descriptions.cfg
│   ├── runtime_tools-1.14
│   │   ├── ebin
│   │   │   ├── appmon_info.beam
│   │   │   ├── dbg.beam
│   │   │   ├── dyntrace.beam
│   │   │   ├── erts_alloc_config.beam
│   │   │   ├── msacc.beam
│   │   │   ├── observer_backend.beam
│   │   │   ├── runtime_tools.app
│   │   │   ├── runtime_tools.appup
│   │   │   ├── runtime_tools.beam
│   │   │   ├── runtime_tools_sup.beam
│   │   │   ├── scheduler.beam
│   │   │   ├── system_information.beam
│   │   │   └── ttb_autostart.beam
│   │   ├── include
│   │   │   └── observer_backend.hrl
│   │   └── priv
│   │   └── lib
│   │   ├── dyntrace.so
│   │   ├── trace_file_drv.so
│   │   └── trace_ip_drv.so
│   ├── sasl-3.4.2
│   │   └── ebin
│   │   ├── alarm_handler.beam
│   │   ├── erlsrv.beam
│   │   ├── format_lib_supp.beam
│   │   ├── misc_supp.beam
│   │   ├── rb.beam
│   │   ├── rb_format_supp.beam
│   │   ├── release_handler_1.beam
│   │   ├── release_handler.beam
│   │   ├── sasl.app
│   │   ├── sasl.appup
│   │   ├── sasl.beam
│   │   ├── sasl_report.beam
│   │   ├── sasl_report_file_h.beam
│   │   ├── sasl_report_tty_h.beam
│   │   ├── systools.beam
│   │   ├── systools_lib.beam
│   │   ├── systools_make.beam
│   │   ├── systools_rc.beam
│   │   └── systools_relup.beam
│   ├── setup-1
│   │   └── ebin
│   │   ├── setup.app
│   │   ├── setup_app.beam
│   │   ├── setup.beam
│   │   ├── setup_epi.beam
│   │   ├── setup_httpd.beam
│   │   ├── setup_httpd_handlers.beam
│   │   └── setup_sup.beam
│   ├── smoosh-3.1.1
│   │   └── ebin
│   │   ├── smoosh.app
│   │   ├── smoosh_app.beam
│   │   ├── smoosh.beam
│   │   ├── smoosh_channel.beam
│   │   ├── smoosh_priority_queue.beam
│   │   ├── smoosh_server.beam
│   │   ├── smoosh_sup.beam
│   │   └── smoosh_utils.beam
│   ├── snappy-1.0.5
│   │   ├── ebin
│   │   │   ├── snappy.app
│   │   │   └── snappy.beam
│   │   └── priv
│   │   └── snappy_nif.so
│   ├── ssl-9.6
│   │   └── ebin
│   │   ├── dtls_connection.beam
│   │   ├── dtls_connection_sup.beam
│   │   ├── dtls_handshake.beam
│   │   ├── dtls_listener_sup.beam
│   │   ├── dtls_packet_demux.beam
│   │   ├── dtls_record.beam
│   │   ├── dtls_socket.beam
│   │   ├── dtls_sup.beam
│   │   ├── dtls_v1.beam
│   │   ├── inet6_tls_dist.beam
│   │   ├── inet_tls_dist.beam
│   │   ├── ssl_admin_sup.beam
│   │   ├── ssl_alert.beam
│   │   ├── ssl.app
│   │   ├── ssl_app.beam
│   │   ├── ssl.appup
│   │   ├── ssl.beam
│   │   ├── ssl_certificate.beam
│   │   ├── ssl_cipher.beam
│   │   ├── ssl_cipher_format.beam
│   │   ├── ssl_config.beam
│   │   ├── ssl_connection.beam
│   │   ├── ssl_connection_sup.beam
│   │   ├── ssl_crl.beam
│   │   ├── ssl_crl_cache_api.beam
│   │   ├── ssl_crl_cache.beam
│   │   ├── ssl_crl_hash_dir.beam
│   │   ├── ssl_dh_groups.beam
│   │   ├── ssl_dist_admin_sup.beam
│   │   ├── ssl_dist_connection_sup.beam
│   │   ├── ssl_dist_sup.beam
│   │   ├── ssl_handshake.beam
│   │   ├── ssl_listen_tracker_sup.beam
│   │   ├── ssl_logger.beam
│   │   ├── ssl_manager.beam
│   │   ├── ssl_pem_cache.beam
│   │   ├── ssl_pkix_db.beam
│   │   ├── ssl_record.beam
│   │   ├── ssl_session.beam
│   │   ├── ssl_session_cache_api.beam
│   │   ├── ssl_session_cache.beam
│   │   ├── ssl_srp_primes.beam
│   │   ├── ssl_sup.beam
│   │   ├── ssl_v3.beam
│   │   ├── tls_bloom_filter.beam
│   │   ├── tls_client_ticket_store.beam
│   │   ├── tls_connection_1_3.beam
│   │   ├── tls_connection.beam
│   │   ├── tls_connection_sup.beam
│   │   ├── tls_handshake_1_3.beam
│   │   ├── tls_handshake.beam
│   │   ├── tls_record_1_3.beam
│   │   ├── tls_record.beam
│   │   ├── tls_sender.beam
│   │   ├── tls_server_session_ticket.beam
│   │   ├── tls_server_session_ticket_sup.beam
│   │   ├── tls_server_sup.beam
│   │   ├── tls_socket.beam
│   │   ├── tls_sup.beam
│   │   └── tls_v1.beam
│   ├── stdlib-3.12
│   │   ├── ebin
│   │   │   ├── array.beam
│   │   │   ├── base64.beam
│   │   │   ├── beam_lib.beam
│   │   │   ├── binary.beam
│   │   │   ├── calendar.beam
│   │   │   ├── c.beam
│   │   │   ├── dets.beam
│   │   │   ├── dets_server.beam
│   │   │   ├── dets_sup.beam
│   │   │   ├── dets_utils.beam
│   │   │   ├── dets_v9.beam
│   │   │   ├── dict.beam
│   │   │   ├── digraph.beam
│   │   │   ├── digraph_utils.beam
│   │   │   ├── edlin.beam
│   │   │   ├── edlin_expand.beam
│   │   │   ├── epp.beam
│   │   │   ├── erl_abstract_code.beam
│   │   │   ├── erl_anno.beam
│   │   │   ├── erl_bits.beam
│   │   │   ├── erl_compile.beam
│   │   │   ├── erl_error.beam
│   │   │   ├── erl_eval.beam
│   │   │   ├── erl_expand_records.beam
│   │   │   ├── erl_internal.beam
│   │   │   ├── erl_lint.beam
│   │   │   ├── erl_parse.beam
│   │   │   ├── erl_posix_msg.beam
│   │   │   ├── erl_pp.beam
│   │   │   ├── erl_scan.beam
│   │   │   ├── erl_tar.beam
│   │   │   ├── error_logger_file_h.beam
│   │   │   ├── error_logger_tty_h.beam
│   │   │   ├── escript.beam
│   │   │   ├── ets.beam
│   │   │   ├── eval_bits.beam
│   │   │   ├── filelib.beam
│   │   │   ├── filename.beam
│   │   │   ├── file_sorter.beam
│   │   │   ├── gb_sets.beam
│   │   │   ├── gb_trees.beam
│   │   │   ├── gen.beam
│   │   │   ├── gen_event.beam
│   │   │   ├── gen_fsm.beam
│   │   │   ├── gen_server.beam
│   │   │   ├── gen_statem.beam
│   │   │   ├── io.beam
│   │   │   ├── io_lib.beam
│   │   │   ├── io_lib_format.beam
│   │   │   ├── io_lib_fread.beam
│   │   │   ├── io_lib_pretty.beam
│   │   │   ├── lists.beam
│   │   │   ├── log_mf_h.beam
│   │   │   ├── maps.beam
│   │   │   ├── math.beam
│   │   │   ├── ms_transform.beam
│   │   │   ├── orddict.beam
│   │   │   ├── ordsets.beam
│   │   │   ├── otp_internal.beam
│   │   │   ├── pool.beam
│   │   │   ├── proc_lib.beam
│   │   │   ├── proplists.beam
│   │   │   ├── qlc.beam
│   │   │   ├── qlc_pt.beam
│   │   │   ├── queue.beam
│   │   │   ├── rand.beam
│   │   │   ├── random.beam
│   │   │   ├── re.beam
│   │   │   ├── sets.beam
│   │   │   ├── shell.beam
│   │   │   ├── shell_default.beam
│   │   │   ├── slave.beam
│   │   │   ├── sofs.beam
│   │   │   ├── stdlib.app
│   │   │   ├── stdlib.appup
│   │   │   ├── string.beam
│   │   │   ├── supervisor.beam
│   │   │   ├── supervisor_bridge.beam
│   │   │   ├── sys.beam
│   │   │   ├── timer.beam
│   │   │   ├── unicode.beam
│   │   │   ├── unicode_util.beam
│   │   │   ├── uri_string.beam
│   │   │   ├── win32reg.beam
│   │   │   └── zip.beam
│   │   └── include
│   │   ├── assert.hrl
│   │   ├── erl_bits.hrl
│   │   ├── erl_compile.hrl
│   │   ├── ms_transform.hrl
│   │   ├── qlc.hrl
│   │   └── zip.hrl
│   ├── syntax_tools-2.2.1
│   │   ├── ebin
│   │   │   ├── epp_dodger.beam
│   │   │   ├── erl_comment_scan.beam
│   │   │   ├── erl_prettypr.beam
│   │   │   ├── erl_recomment.beam
│   │   │   ├── erl_syntax.beam
│   │   │   ├── erl_syntax_lib.beam
│   │   │   ├── erl_tidy.beam
│   │   │   ├── igor.beam
│   │   │   ├── merl.beam
│   │   │   ├── merl_transform.beam
│   │   │   ├── prettypr.beam
│   │   │   ├── syntax_tools.app
│   │   │   └── syntax_tools.appup
│   │   └── include
│   │   └── merl.hrl
│   └── xmerl-1.3.23
│   ├── ebin
│   │   ├── xmerl.app
│   │   ├── xmerl.appup
│   │   ├── xmerl_b64Bin.beam
│   │   ├── xmerl_b64Bin_scan.beam
│   │   ├── xmerl.beam
│   │   ├── xmerl_eventp.beam
│   │   ├── xmerl_html.beam
│   │   ├── xmerl_lib.beam
│   │   ├── xmerl_otpsgml.beam
│   │   ├── xmerl_regexp.beam
│   │   ├── xmerl_sax_old_dom.beam
│   │   ├── xmerl_sax_parser.beam
│   │   ├── xmerl_sax_parser_latin1.beam
│   │   ├── xmerl_sax_parser_list.beam
│   │   ├── xmerl_sax_parser_utf16be.beam
│   │   ├── xmerl_sax_parser_utf16le.beam
│   │   ├── xmerl_sax_parser_utf8.beam
│   │   ├── xmerl_sax_simple_dom.beam
│   │   ├── xmerl_scan.beam
│   │   ├── xmerl_sgml.beam
│   │   ├── xmerl_simple.beam
│   │   ├── xmerl_text.beam
│   │   ├── xmerl_ucs.beam
│   │   ├── xmerl_uri.beam
│   │   ├── xmerl_validate.beam
│   │   ├── xmerl_xlate.beam
│   │   ├── xmerl_xml.beam
│   │   ├── xmerl_xpath.beam
│   │   ├── xmerl_xpath_lib.beam
│   │   ├── xmerl_xpath_parse.beam
│   │   ├── xmerl_xpath_pred.beam
│   │   ├── xmerl_xpath_scan.beam
│   │   ├── xmerl_xs.beam
│   │   ├── xmerl_xsd.beam
│   │   └── xmerl_xsd_type.beam
│   └── include
│   ├── xmerl.hrl
│   ├── xmerl_xpath.hrl
│   └── xmerl_xsd.hrl
├── LICENSE
├── releases
│   ├── 3.1.1
│   │   ├── couchdb.boot
│   │   ├── couchdb.rel
│   │   ├── couchdb.script
│   │   ├── start_clean.boot
│   │   ├── start_clean.rel
│   │   ├── start_clean.script
│   │   ├── sys.config
│   │   └── vm.args
│   ├── RELEASES
│   └── start_erl.data
├── share
│   ├── docs
│   │   └── couchdb.1
│   ├── server
│   │   ├── main-coffee.js
│   │   └── main.js
│   └── www
│   ├── dashboard.assets
│   │   ├── css
│   │   │   ├── styles.2ca2557452a177700f4c.css
│   │   │   └── styles.bdfacd9ba862d16e41b9.css
│   │   ├── fonts
│   │   │   ├── fauxtonicon5.eot
│   │   │   ├── fauxtonicon5.ttf
│   │   │   ├── fauxtonicon5.woff
│   │   │   ├── fontawesome-webfont.eot
│   │   │   ├── fontawesome-webfont.ttf
│   │   │   └── fontawesome-webfont.woff
│   │   ├── img
│   │   │   ├── asf-feather-logo.png
│   │   │   ├── couchdb-logo.png
│   │   │   ├── CouchDB-negative-logo.png
│   │   │   ├── couch-watermark.png
│   │   │   ├── fauxtonicon5.svg
│   │   │   ├── fontawesome-webfont.svg
│   │   │   ├── github.png
│   │   │   ├── googleplus.png
│   │   │   ├── linkedin.png
│   │   │   ├── loader.gif
│   │   │   └── twitter.png
│   │   └── js
│   │   ├── bundle.bdfacd9ba862d16e41b9.js
│   │   ├── manifest.583577db79221d5ae84e.js
│   │   └── vendor.2ca2557452a177700f4c.js
│   ├── docs
│   │   ├── about.html
│   │   ├── api
│   │   │   ├── basics.html
│   │   │   ├── database
│   │   │   │   ├── bulk-api.html
│   │   │   │   ├── changes.html
│   │   │   │   ├── common.html
│   │   │   │   ├── compact.html
│   │   │   │   ├── find.html
│   │   │   │   ├── index.html
│   │   │   │   ├── misc.html
│   │   │   │   ├── security.html
│   │   │   │   └── shard.html
│   │   │   ├── ddoc
│   │   │   │   ├── common.html
│   │   │   │   ├── index.html
│   │   │   │   ├── render.html
│   │   │   │   ├── rewrites.html
│   │   │   │   ├── search.html
│   │   │   │   └── views.html
│   │   │   ├── document
│   │   │   │   ├── attachments.html
│   │   │   │   ├── common.html
│   │   │   │   └── index.html
│   │   │   ├── index.html
│   │   │   ├── local.html
│   │   │   ├── partitioned-dbs.html
│   │   │   └── server
│   │   │   ├── authn.html
│   │   │   ├── common.html
│   │   │   ├── configuration.html
│   │   │   └── index.html
│   │   ├── best-practices
│   │   │   ├── documents.html
│   │   │   ├── forms.html
│   │   │   ├── index.html
│   │   │   ├── iso-date.html
│   │   │   ├── jsdevel.html
│   │   │   ├── reverse-proxies.html
│   │   │   └── views.html
│   │   ├── cluster
│   │   │   ├── databases.html
│   │   │   ├── index.html
│   │   │   ├── nodes.html
│   │   │   ├── purging.html
│   │   │   ├── sharding.html
│   │   │   └── theory.html
│   │   ├── config
│   │   │   ├── auth.html
│   │   │   ├── cluster.html
│   │   │   ├── compaction.html
│   │   │   ├── couchdb.html
│   │   │   ├── couch-peruser.html
│   │   │   ├── http.html
│   │   │   ├── indexbuilds.html
│   │   │   ├── index.html
│   │   │   ├── intro.html
│   │   │   ├── ioq.html
│   │   │   ├── logging.html
│   │   │   ├── misc.html
│   │   │   ├── query-servers.html
│   │   │   ├── replicator.html
│   │   │   └── resharding.html
│   │   ├── config-ref.html
│   │   ├── contributing.html
│   │   ├── cve
│   │   │   ├── 2010-0009.html
│   │   │   ├── 2010-2234.html
│   │   │   ├── 2010-3854.html
│   │   │   ├── 2012-5641.html
│   │   │   ├── 2012-5649.html
│   │   │   ├── 2012-5650.html
│   │   │   ├── 2014-2668.html
│   │   │   ├── 2017-12635.html
│   │   │   ├── 2017-12636.html
│   │   │   ├── 2018-11769.html
│   │   │   ├── 2018-17188.html
│   │   │   ├── 2018-8007.html
│   │   │   ├── 2020-1955.html
│   │   │   └── index.html
│   │   ├── ddocs
│   │   │   ├── ddocs.html
│   │   │   ├── index.html
│   │   │   ├── search.html
│   │   │   └── views
│   │   │   ├── collation.html
│   │   │   ├── index.html
│   │   │   ├── intro.html
│   │   │   ├── joins.html
│   │   │   ├── nosql.html
│   │   │   └── pagination.html
│   │   ├── download.html
│   │   ├── experimental.html
│   │   ├── fauxton
│   │   │   ├── index.html
│   │   │   └── install.html
│   │   ├── http-api.html
│   │   ├── _images
│   │   │   ├── 23379351593_0c480537de_q.jpg
│   │   │   ├── gf-gnome-rainbows.png
│   │   │   ├── intro-consistency-01.png
│   │   │   ├── intro-consistency-02.png
│   │   │   ├── intro-consistency-03.png
│   │   │   ├── intro-consistency-04.png
│   │   │   ├── intro-consistency-05.png
│   │   │   ├── intro-consistency-06.png
│   │   │   ├── intro-consistency-07.png
│   │   │   ├── intro-why-01.png
│   │   │   ├── intro-why-02.png
│   │   │   ├── intro-why-03.png
│   │   │   ├── purge-checkpoint-docs.png
│   │   │   ├── replication-state-diagram.svg
│   │   │   ├── rev-tree1.png
│   │   │   ├── rev-tree2.png
│   │   │   ├── rev-tree3.png
│   │   │   ├── views-intro-01.png
│   │   │   ├── views-intro-02.png
│   │   │   ├── views-intro-03.png
│   │   │   └── views-intro-04.png
│   │   ├── index.html
│   │   ├── install
│   │   │   ├── docker.html
│   │   │   ├── freebsd.html
│   │   │   ├── index.html
│   │   │   ├── kubernetes.html
│   │   │   ├── mac.html
│   │   │   ├── search.html
│   │   │   ├── snap.html
│   │   │   ├── troubleshooting.html
│   │   │   ├── unix.html
│   │   │   ├── upgrading.html
│   │   │   └── windows.html
│   │   ├── intro
│   │   │   ├── api.html
│   │   │   ├── consistency.html
│   │   │   ├── curl.html
│   │   │   ├── index.html
│   │   │   ├── overview.html
│   │   │   ├── security.html
│   │   │   ├── tour.html
│   │   │   └── why.html
│   │   ├── json-structure.html
│   │   ├── maintenance
│   │   │   ├── backups.html
│   │   │   ├── compaction.html
│   │   │   ├── index.html
│   │   │   └── performance.html
│   │   ├── objects.inv
│   │   ├── partitioned-dbs
│   │   │   └── index.html
│   │   ├── query-server
│   │   │   ├── erlang.html
│   │   │   ├── index.html
│   │   │   ├── javascript.html
│   │   │   └── protocol.html
│   │   ├── replication
│   │   │   ├── conflicts.html
│   │   │   ├── index.html
│   │   │   ├── intro.html
│   │   │   ├── protocol.html
│   │   │   └── replicator.html
│   │   ├── search.html
│   │   ├── searchindex.js
│   │   ├── setup
│   │   │   ├── cluster.html
│   │   │   ├── index.html
│   │   │   └── single-node.html
│   │   ├── _sources
│   │   │   ├── about.rst.txt
│   │   │   ├── api
│   │   │   │   ├── basics.rst.txt
│   │   │   │   ├── database
│   │   │   │   │   ├── bulk-api.rst.txt
│   │   │   │   │   ├── changes.rst.txt
│   │   │   │   │   ├── common.rst.txt
│   │   │   │   │   ├── compact.rst.txt
│   │   │   │   │   ├── find.rst.txt
│   │   │   │   │   ├── index.rst.txt
│   │   │   │   │   ├── misc.rst.txt
│   │   │   │   │   ├── security.rst.txt
│   │   │   │   │   └── shard.rst.txt
│   │   │   │   ├── ddoc
│   │   │   │   │   ├── common.rst.txt
│   │   │   │   │   ├── index.rst.txt
│   │   │   │   │   ├── render.rst.txt
│   │   │   │   │   ├── rewrites.rst.txt
│   │   │   │   │   ├── search.rst.txt
│   │   │   │   │   └── views.rst.txt
│   │   │   │   ├── document
│   │   │   │   │   ├── attachments.rst.txt
│   │   │   │   │   ├── common.rst.txt
│   │   │   │   │   └── index.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   ├── local.rst.txt
│   │   │   │   ├── partitioned-dbs.rst.txt
│   │   │   │   └── server
│   │   │   │   ├── authn.rst.txt
│   │   │   │   ├── common.rst.txt
│   │   │   │   ├── configuration.rst.txt
│   │   │   │   └── index.rst.txt
│   │   │   ├── best-practices
│   │   │   │   ├── documents.rst.txt
│   │   │   │   ├── forms.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   ├── iso-date.rst.txt
│   │   │   │   ├── jsdevel.rst.txt
│   │   │   │   ├── reverse-proxies.rst.txt
│   │   │   │   └── views.rst.txt
│   │   │   ├── cluster
│   │   │   │   ├── databases.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   ├── nodes.rst.txt
│   │   │   │   ├── purging.rst.txt
│   │   │   │   ├── sharding.rst.txt
│   │   │   │   └── theory.rst.txt
│   │   │   ├── config
│   │   │   │   ├── auth.rst.txt
│   │   │   │   ├── cluster.rst.txt
│   │   │   │   ├── compaction.rst.txt
│   │   │   │   ├── couchdb.rst.txt
│   │   │   │   ├── couch-peruser.rst.txt
│   │   │   │   ├── http.rst.txt
│   │   │   │   ├── indexbuilds.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   ├── intro.rst.txt
│   │   │   │   ├── ioq.rst.txt
│   │   │   │   ├── logging.rst.txt
│   │   │   │   ├── misc.rst.txt
│   │   │   │   ├── query-servers.rst.txt
│   │   │   │   ├── replicator.rst.txt
│   │   │   │   └── resharding.rst.txt
│   │   │   ├── contributing.rst.txt
│   │   │   ├── cve
│   │   │   │   ├── 2010-0009.rst.txt
│   │   │   │   ├── 2010-2234.rst.txt
│   │   │   │   ├── 2010-3854.rst.txt
│   │   │   │   ├── 2012-5641.rst.txt
│   │   │   │   ├── 2012-5649.rst.txt
│   │   │   │   ├── 2012-5650.rst.txt
│   │   │   │   ├── 2014-2668.rst.txt
│   │   │   │   ├── 2017-12635.rst.txt
│   │   │   │   ├── 2017-12636.rst.txt
│   │   │   │   ├── 2018-11769.rst.txt
│   │   │   │   ├── 2018-17188.rst.txt
│   │   │   │   ├── 2018-8007.rst.txt
│   │   │   │   ├── 2020-1955.rst.txt
│   │   │   │   └── index.rst.txt
│   │   │   ├── ddocs
│   │   │   │   ├── ddocs.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   ├── search.rst.txt
│   │   │   │   └── views
│   │   │   │   ├── collation.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   ├── intro.rst.txt
│   │   │   │   ├── joins.rst.txt
│   │   │   │   ├── nosql.rst.txt
│   │   │   │   └── pagination.rst.txt
│   │   │   ├── experimental.rst.txt
│   │   │   ├── fauxton
│   │   │   │   ├── index.rst.txt
│   │   │   │   └── install.rst.txt
│   │   │   ├── index.rst.txt
│   │   │   ├── install
│   │   │   │   ├── docker.rst.txt
│   │   │   │   ├── freebsd.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   ├── kubernetes.rst.txt
│   │   │   │   ├── mac.rst.txt
│   │   │   │   ├── search.rst.txt
│   │   │   │   ├── snap.rst.txt
│   │   │   │   ├── troubleshooting.rst.txt
│   │   │   │   ├── unix.rst.txt
│   │   │   │   ├── upgrading.rst.txt
│   │   │   │   └── windows.rst.txt
│   │   │   ├── intro
│   │   │   │   ├── api.rst.txt
│   │   │   │   ├── consistency.rst.txt
│   │   │   │   ├── curl.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   ├── overview.rst.txt
│   │   │   │   ├── security.rst.txt
│   │   │   │   ├── tour.rst.txt
│   │   │   │   └── why.rst.txt
│   │   │   ├── json-structure.rst.txt
│   │   │   ├── maintenance
│   │   │   │   ├── backups.rst.txt
│   │   │   │   ├── compaction.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   └── performance.rst.txt
│   │   │   ├── partitioned-dbs
│   │   │   │   └── index.rst.txt
│   │   │   ├── query-server
│   │   │   │   ├── erlang.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   ├── javascript.rst.txt
│   │   │   │   └── protocol.rst.txt
│   │   │   ├── replication
│   │   │   │   ├── conflicts.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   ├── intro.rst.txt
│   │   │   │   ├── protocol.rst.txt
│   │   │   │   └── replicator.rst.txt
│   │   │   ├── setup
│   │   │   │   ├── cluster.rst.txt
│   │   │   │   ├── index.rst.txt
│   │   │   │   └── single-node.rst.txt
│   │   │   └── whatsnew
│   │   │   ├── 0.10.rst.txt
│   │   │   ├── 0.11.rst.txt
│   │   │   ├── 0.8.rst.txt
│   │   │   ├── 0.9.rst.txt
│   │   │   ├── 1.0.rst.txt
│   │   │   ├── 1.1.rst.txt
│   │   │   ├── 1.2.rst.txt
│   │   │   ├── 1.3.rst.txt
│   │   │   ├── 1.4.rst.txt
│   │   │   ├── 1.5.rst.txt
│   │   │   ├── 1.6.rst.txt
│   │   │   ├── 1.7.rst.txt
│   │   │   ├── 2.0.rst.txt
│   │   │   ├── 2.1.rst.txt
│   │   │   ├── 2.2.rst.txt
│   │   │   ├── 2.3.rst.txt
│   │   │   ├── 3.0.rst.txt
│   │   │   ├── 3.1.rst.txt
│   │   │   └── index.rst.txt
│   │   ├── _static
│   │   │   ├── basic.css
│   │   │   ├── css
│   │   │   │   ├── badge_only.css
│   │   │   │   ├── rtd_theme.css
│   │   │   │   └── theme.css
│   │   │   ├── doctools.js
│   │   │   ├── documentation_options.js
│   │   │   ├── favicon.ico
│   │   │   ├── file.png
│   │   │   ├── fonts
│   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   ├── fontawesome-webfont.woff2
│   │   │   │   ├── Inconsolata-Bold.ttf
│   │   │   │   ├── Inconsolata-Regular.ttf
│   │   │   │   ├── Inconsolata.ttf
│   │   │   │   ├── Lato
│   │   │   │   │   ├── lato-bold.eot
│   │   │   │   │   ├── lato-bolditalic.eot
│   │   │   │   │   ├── lato-bolditalic.ttf
│   │   │   │   │   ├── lato-bolditalic.woff
│   │   │   │   │   ├── lato-bolditalic.woff2
│   │   │   │   │   ├── lato-bold.ttf
│   │   │   │   │   ├── lato-bold.woff
│   │   │   │   │   ├── lato-bold.woff2
│   │   │   │   │   ├── lato-italic.eot
│   │   │   │   │   ├── lato-italic.ttf
│   │   │   │   │   ├── lato-italic.woff
│   │   │   │   │   ├── lato-italic.woff2
│   │   │   │   │   ├── lato-regular.eot
│   │   │   │   │   ├── lato-regular.ttf
│   │   │   │   │   ├── lato-regular.woff
│   │   │   │   │   └── lato-regular.woff2
│   │   │   │   ├── Lato-Bold.ttf
│   │   │   │   ├── Lato-Regular.ttf
│   │   │   │   ├── RobotoSlab
│   │   │   │   │   ├── roboto-slab-v7-bold.eot
│   │   │   │   │   ├── roboto-slab-v7-bold.ttf
│   │   │   │   │   ├── roboto-slab-v7-bold.woff
│   │   │   │   │   ├── roboto-slab-v7-bold.woff2
│   │   │   │   │   ├── roboto-slab-v7-regular.eot
│   │   │   │   │   ├── roboto-slab-v7-regular.ttf
│   │   │   │   │   ├── roboto-slab-v7-regular.woff
│   │   │   │   │   └── roboto-slab-v7-regular.woff2
│   │   │   │   ├── RobotoSlab-Bold.ttf
│   │   │   │   └── RobotoSlab-Regular.ttf
│   │   │   ├── jquery-3.4.1.js
│   │   │   ├── jquery.js
│   │   │   ├── js
│   │   │   │   ├── modernizr.min.js
│   │   │   │   └── theme.js
│   │   │   ├── language_data.js
│   │   │   ├── logo.png
│   │   │   ├── minus.png
│   │   │   ├── plus.png
│   │   │   ├── pygments.css
│   │   │   ├── searchtools.js
│   │   │   ├── underscore-1.3.1.js
│   │   │   └── underscore.js
│   │   └── whatsnew
│   │   ├── 0.10.html
│   │   ├── 0.11.html
│   │   ├── 0.8.html
│   │   ├── 0.9.html
│   │   ├── 1.0.html
│   │   ├── 1.1.html
│   │   ├── 1.2.html
│   │   ├── 1.3.html
│   │   ├── 1.4.html
│   │   ├── 1.5.html
│   │   ├── 1.6.html
│   │   ├── 1.7.html
│   │   ├── 2.0.html
│   │   ├── 2.1.html
│   │   ├── 2.2.html
│   │   ├── 2.3.html
│   │   ├── 3.0.html
│   │   ├── 3.1.html
│   │   └── index.html
│   └── index.html
└── var
└── log
235 directories, 1634 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment