Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 11:34
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/d9b10b6db049b578f5dfd6aa1ad49aeb to your computer and use it in GitHub Desktop.
Save ryantm/d9b10b6db049b578f5dfd6aa1ad49aeb to your computer and use it in GitHub Desktop.
/nix/store/flkawp9512y9f1lkj7j5j9hg0dr31alm-dar-2.5.18
├── bin
│   ├── dar
│   ├── dar_cp
│   ├── dar_manager
│   ├── dar_slave
│   ├── dar_split
│   └── dar_xform
├── etc
│   └── darrc
├── include
│   └── dar
│   ├── archive.hpp
│   ├── archive_options.hpp
│   ├── archive_version.hpp
│   ├── capabilities.hpp
│   ├── catalogue.hpp
│   ├── cat_directory.hpp
│   ├── cat_entree.hpp
│   ├── cat_inode.hpp
│   ├── cat_nomme.hpp
│   ├── cat_tools.hpp
│   ├── compile_time_features.hpp
│   ├── compressor.hpp
│   ├── crc.hpp
│   ├── criterium.hpp
│   ├── crypto_asym.hpp
│   ├── crypto.hpp
│   ├── crypto_sym.hpp
│   ├── cygwin_adapt.h
│   ├── cygwin_adapt.hpp
│   ├── database.hpp
│   ├── database_options.hpp
│   ├── data_tree.hpp
│   ├── datetime.hpp
│   ├── deci.hpp
│   ├── ea.hpp
│   ├── entrepot.hpp
│   ├── entrepot_local.hpp
│   ├── erreurs_ext.hpp
│   ├── erreurs.hpp
│   ├── escape_catalogue.hpp
│   ├── escape.hpp
│   ├── etage.hpp
│   ├── fichier_global.hpp
│   ├── fichier_local.hpp
│   ├── filesystem_specific_attribute.hpp
│   ├── fsa_family.hpp
│   ├── generic_file.hpp
│   ├── generic_file_overlay_for_gpgme.hpp
│   ├── gettext.h
│   ├── hash_fichier.hpp
│   ├── header_version.hpp
│   ├── infinint.hpp
│   ├── integers.hpp
│   ├── int_tools.hpp
│   ├── label.hpp
│   ├── libdar_config.h
│   ├── libdar.hpp
│   ├── libdar_my_config.h
│   ├── limitint.hpp
│   ├── list_entry.hpp
│   ├── mask.hpp
│   ├── mask_list.hpp
│   ├── mem_allocator.hpp
│   ├── mem_cluster.hpp
│   ├── memory_file.hpp
│   ├── memory_pool.hpp
│   ├── mem_sized.hpp
│   ├── mem_ui.hpp
│   ├── nls_swap.hpp
│   ├── on_pool.hpp
│   ├── path.hpp
│   ├── pile_descriptor.hpp
│   ├── pile.hpp
│   ├── range.hpp
│   ├── real_infinint.hpp
│   ├── scrambler.hpp
│   ├── secu_memory_file.hpp
│   ├── secu_string.hpp
│   ├── slice_layout.hpp
│   ├── smart_pointer.hpp
│   ├── statistics.hpp
│   ├── storage.hpp
│   ├── thread_cancellation.hpp
│   ├── tlv.hpp
│   ├── tlv_list.hpp
│   ├── tools.hpp
│   ├── tronconneuse.hpp
│   ├── trontextual.hpp
│   ├── tuyau.hpp
│   ├── user_group_bases.hpp
│   ├── user_interaction.hpp
│   └── wrapperlib.hpp
├── lib
│   ├── libdar.la
│   ├── libdar.so -> libdar.so.5000.13.1
│   ├── libdar.so.5000 -> libdar.so.5000.13.1
│   ├── libdar.so.5000.13.1
│   └── pkgconfig
│   └── libdar.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, 102 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment