Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 12:48
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/b4662ac43c6147e137c09009cf1c249d to your computer and use it in GitHub Desktop.
Save ryantm/b4662ac43c6147e137c09009cf1c249d to your computer and use it in GitHub Desktop.
/nix/store/vmih2n80dmg7qvn2sk5x5mhmg5j8rziq-pynac-0.7.24
├── include
│   └── pynac
│   ├── add.h
│   ├── archive.h
│   ├── assertion.h
│   ├── assume.h
│   ├── basic.h
│   ├── class_info.h
│   ├── cmatcher.h
│   ├── constant.h
│   ├── container.h
│   ├── context.h
│   ├── ex.h
│   ├── expair.h
│   ├── expairseq.h
│   ├── exprseq.h
│   ├── extern_templates.h
│   ├── ex_utils.h
│   ├── fderivative.h
│   ├── flags.h
│   ├── function.h
│   ├── ginac.h
│   ├── infinity.h
│   ├── infoflagbase.h
│   ├── inifcns.h
│   ├── lst.h
│   ├── matrix.h
│   ├── mpoly.h
│   ├── mul.h
│   ├── normal.h
│   ├── numeric.h
│   ├── operators.h
│   ├── optional.hpp
│   ├── order.h
│   ├── power.h
│   ├── print.h
│   ├── pseries.h
│   ├── ptr.h
│   ├── py_funcs.h
│   ├── registrar.h
│   ├── relational.h
│   ├── sum.h
│   ├── symbol.h
│   ├── templates.h
│   ├── upoly.h
│   ├── useries-flint.h
│   ├── useries.h
│   ├── version.h
│   └── wildcard.h
└── lib
├── libpynac.la
├── libpynac.so -> libpynac.so.18.3.2
├── libpynac.so.18 -> libpynac.so.18.3.2
├── libpynac.so.18.3.2
└── pkgconfig
└── pynac.pc
4 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment