Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 18, 2018 23:00
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/33957a8e1ae6e1fd53b5a91d51493390 to your computer and use it in GitHub Desktop.
Save ryantm/33957a8e1ae6e1fd53b5a91d51493390 to your computer and use it in GitHub Desktop.
/nix/store/zcqhxp6zx70ashm70f36hppcvbhx05bs-python3.6-cypari2-2.0.1
├── lib
│   └── python3.6
│   └── site-packages
│   ├── cypari2
│   │   ├── auto_paridecl.pxd
│   │   ├── closure.cpython-36m-x86_64-linux-gnu.so
│   │   ├── closure.pxd
│   │   ├── convert.cpython-36m-x86_64-linux-gnu.so
│   │   ├── convert.pxd
│   │   ├── cypari.h
│   │   ├── gen.cpython-36m-x86_64-linux-gnu.so
│   │   ├── gen.pxd
│   │   ├── handle_error.cpython-36m-x86_64-linux-gnu.so
│   │   ├── handle_error.pxd
│   │   ├── __init__.py
│   │   ├── paridecl.pxd
│   │   ├── pari_instance.cpython-36m-x86_64-linux-gnu.so
│   │   ├── pari_instance.pxd
│   │   ├── paripriv.pxd
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── stack.cpython-36m-x86_64-linux-gnu.so
│   │   ├── stack.pxd
│   │   ├── string_utils.cpython-36m-x86_64-linux-gnu.so
│   │   ├── string_utils.pxd
│   │   └── types.pxd
│   └── cypari2-2.0.1-py3.6.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