Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 9, 2020 23:31
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/f01e099659c1e9cba17b6af6e59b9ff4 to your computer and use it in GitHub Desktop.
Save r-ryantm/f01e099659c1e9cba17b6af6e59b9ff4 to your computer and use it in GitHub Desktop.
/nix/store/wn2hair3qx61jbvz2pll71vspnh2py7h-python2.7-zfec-1.5.4
├── bin
│   ├── zfec
│   └── zunfec
├── lib
│   └── python2.7
│   └── site-packages
│   ├── zfec
│   │   ├── cmdline_zfec.py
│   │   ├── cmdline_zfec.pyc
│   │   ├── cmdline_zunfec.py
│   │   ├── cmdline_zunfec.pyc
│   │   ├── easyfec.py
│   │   ├── easyfec.pyc
│   │   ├── fec.c
│   │   ├── fec.h
│   │   ├── _fecmodule.c
│   │   ├── _fec.so
│   │   ├── filefec.py
│   │   ├── filefec.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── test
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_zfec.py
│   │   │   └── test_zfec.pyc
│   │   ├── _version.py
│   │   └── _version.pyc
│   └── zfec-1.5.4.dist-info
│   ├── COPYING.GPL
│   ├── COPYING.TGPPL.rst
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment