Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 23: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 ryantm/a8ff5a4ccb5cd1038e9990ae4125288b to your computer and use it in GitHub Desktop.
Save ryantm/a8ff5a4ccb5cd1038e9990ae4125288b to your computer and use it in GitHub Desktop.
/nix/store/k6fxmf2gd30cz2mqr2k3vh6z48rf0q5g-python3.7-xcffib-0.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── xcffib
│   │   ├── bigreq.py
│   │   ├── composite.py
│   │   ├── damage.py
│   │   ├── dpms.py
│   │   ├── dri2.py
│   │   ├── dri3.py
│   │   ├── ffi_build.py
│   │   ├── _ffi.py
│   │   ├── ge.py
│   │   ├── glx.py
│   │   ├── __init__.py
│   │   ├── present.py
│   │   ├── __pycache__
│   │   │   ├── bigreq.cpython-37.pyc
│   │   │   ├── composite.cpython-37.pyc
│   │   │   ├── damage.cpython-37.pyc
│   │   │   ├── dpms.cpython-37.pyc
│   │   │   ├── dri2.cpython-37.pyc
│   │   │   ├── dri3.cpython-37.pyc
│   │   │   ├── ffi_build.cpython-37.pyc
│   │   │   ├── _ffi.cpython-37.pyc
│   │   │   ├── ge.cpython-37.pyc
│   │   │   ├── glx.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── present.cpython-37.pyc
│   │   │   ├── randr.cpython-37.pyc
│   │   │   ├── record.cpython-37.pyc
│   │   │   ├── render.cpython-37.pyc
│   │   │   ├── res.cpython-37.pyc
│   │   │   ├── screensaver.cpython-37.pyc
│   │   │   ├── shape.cpython-37.pyc
│   │   │   ├── shm.cpython-37.pyc
│   │   │   ├── sync.cpython-37.pyc
│   │   │   ├── testing.cpython-37.pyc
│   │   │   ├── xc_misc.cpython-37.pyc
│   │   │   ├── xevie.cpython-37.pyc
│   │   │   ├── xf86dri.cpython-37.pyc
│   │   │   ├── xf86vidmode.cpython-37.pyc
│   │   │   ├── xfixes.cpython-37.pyc
│   │   │   ├── xinerama.cpython-37.pyc
│   │   │   ├── xinput.cpython-37.pyc
│   │   │   ├── xproto.cpython-37.pyc
│   │   │   ├── xselinux.cpython-37.pyc
│   │   │   ├── xtest.cpython-37.pyc
│   │   │   ├── xv.cpython-37.pyc
│   │   │   └── xvmc.cpython-37.pyc
│   │   ├── randr.py
│   │   ├── record.py
│   │   ├── render.py
│   │   ├── res.py
│   │   ├── screensaver.py
│   │   ├── shape.py
│   │   ├── shm.py
│   │   ├── sync.py
│   │   ├── testing.py
│   │   ├── xc_misc.py
│   │   ├── xevie.py
│   │   ├── xf86dri.py
│   │   ├── xf86vidmode.py
│   │   ├── xfixes.py
│   │   ├── xinerama.py
│   │   ├── xinput.py
│   │   ├── xproto.py
│   │   ├── xselinux.py
│   │   ├── xtest.py
│   │   ├── xvmc.py
│   │   └── xv.py
│   └── xcffib-0.7.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 73 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment