Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 12:43
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/75246180af69b4d2fa86c25892147428 to your computer and use it in GitHub Desktop.
Save ryantm/75246180af69b4d2fa86c25892147428 to your computer and use it in GitHub Desktop.
/nix/store/56rmvrq01ij46w19525n0arkwahf3mfb-dar-2.6.6
├── bin
│   ├── dar
│   ├── dar_cp
│   ├── dar_manager
│   ├── dar_slave
│   ├── dar_split
│   └── dar_xform
├── etc
│   └── darrc
├── include
│   └── dar
│   ├── archive5.hpp
│   ├── archive_aux.hpp
│   ├── archive.hpp
│   ├── archive_listing_callback.hpp
│   ├── archive_num.hpp
│   ├── archive_options5.hpp
│   ├── archive_options.hpp
│   ├── archive_options_listing_shell.hpp
│   ├── archive_summary.hpp
│   ├── capabilities.hpp
│   ├── cat_status.hpp
│   ├── compile_time_features.hpp
│   ├── compression.hpp
│   ├── compressor.hpp
│   ├── crc.hpp
│   ├── crit_action.hpp
│   ├── criterium.hpp
│   ├── crypto.hpp
│   ├── database5.hpp
│   ├── database_archives.hpp
│   ├── database_aux.hpp
│   ├── database.hpp
│   ├── database_listing_callback.hpp
│   ├── database_options.hpp
│   ├── data_tree.hpp
│   ├── datetime.hpp
│   ├── deci.hpp
│   ├── delta_sig_block_size.hpp
│   ├── ea.hpp
│   ├── entree_stats.hpp
│   ├── entrepot.hpp
│   ├── entrepot_libcurl5.hpp
│   ├── entrepot_libcurl.hpp
│   ├── entrepot_local.hpp
│   ├── erreurs.hpp
│   ├── etage.hpp
│   ├── fichier_global.hpp
│   ├── fichier_local.hpp
│   ├── fsa_family.hpp
│   ├── generic_file.hpp
│   ├── gettext.h
│   ├── get_version.hpp
│   ├── gf_mode.hpp
│   ├── infinint.hpp
│   ├── integers.hpp
│   ├── int_tools.hpp
│   ├── libdar5.hpp
│   ├── libdar_config.h
│   ├── libdar.hpp
│   ├── libdar_my_config.h
│   ├── libdar_slave.hpp
│   ├── libdar_xform.hpp
│   ├── limitint.hpp
│   ├── list_entry.hpp
│   ├── mask.hpp
│   ├── mask_list.hpp
│   ├── memory_file.hpp
│   ├── mem_ui.hpp
│   ├── mycurl_protocol.hpp
│   ├── path.hpp
│   ├── proto_generic_file.hpp
│   ├── range.hpp
│   ├── real_infinint.hpp
│   ├── secu_string.hpp
│   ├── shell_interaction_emulator.hpp
│   ├── shell_interaction.hpp
│   ├── statistics.hpp
│   ├── storage.hpp
│   ├── thread_cancellation.hpp
│   ├── tlv.hpp
│   ├── tlv_list.hpp
│   ├── tools.hpp
│   ├── tuyau.hpp
│   ├── user_interaction5.hpp
│   ├── user_interaction_blind.hpp
│   ├── user_interaction_callback5.hpp
│   ├── user_interaction_callback.hpp
│   ├── user_interaction.hpp
│   └── wrapperlib.hpp
├── lib
│   ├── libdar64.la
│   ├── libdar64.so -> libdar64.so.6000.2.0
│   ├── libdar64.so.6000 -> libdar64.so.6000.2.0
│   ├── libdar64.so.6000.2.0
│   └── pkgconfig
│   └── libdar64.pc
└── share
├── locale
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── dar.mo
│   └── sv
│   └── LC_MESSAGES
│   └── dar.mo
└── man
└── man1
├── dar.1.gz
├── dar_cp.1.gz
├── dar_manager.1.gz
├── dar_slave.1.gz
├── dar_split.1.gz
└── dar_xform.1.gz
14 directories, 99 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment