Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 25, 2018 03:47
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/413be3f735f5a349d37b592b524b202c to your computer and use it in GitHub Desktop.
Save ryantm/413be3f735f5a349d37b592b524b202c to your computer and use it in GitHub Desktop.
/nix/store/hmx980i5xs9483ikkm43c4kayzzjcllh-python3.7-cypari2-2.0.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── cypari2
│   │   ├── auto_paridecl.pxd
│   │   ├── closure.cpython-37m-x86_64-linux-gnu.so
│   │   ├── closure.pxd
│   │   ├── convert.cpython-37m-x86_64-linux-gnu.so
│   │   ├── convert.pxd
│   │   ├── cypari.h
│   │   ├── gen.cpython-37m-x86_64-linux-gnu.so
│   │   ├── gen.pxd
│   │   ├── handle_error.cpython-37m-x86_64-linux-gnu.so
│   │   ├── handle_error.pxd
│   │   ├── __init__.py
│   │   ├── paridecl.pxd
│   │   ├── pari_instance.cpython-37m-x86_64-linux-gnu.so
│   │   ├── pari_instance.pxd
│   │   ├── paripriv.pxd
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── stack.cpython-37m-x86_64-linux-gnu.so
│   │   ├── stack.pxd
│   │   ├── string_utils.cpython-37m-x86_64-linux-gnu.so
│   │   ├── string_utils.pxd
│   │   └── types.pxd
│   └── cypari2-2.0.1-py3.7.egg-info
│   ├── dependency_links.txt
│   ├── installed-files.txt
│   ├── PKG-INFO
│   ├── SOURCES.txt
│   └── top_level.txt
└── nix-support
└── propagated-build-inputs
7 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment