Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 30, 2019 22:56
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/3469550db1488a32a7de3212d73a2294 to your computer and use it in GitHub Desktop.
Save ryantm/3469550db1488a32a7de3212d73a2294 to your computer and use it in GitHub Desktop.
/nix/store/c2cikwhqldy2hv5cqzi55kq5vnz91k8l-ginac-1.7.6
├── bin
│   ├── ginsh
│   └── viewgar
├── include
│   └── ginac
│   ├── add.h
│   ├── archive.h
│   ├── assertion.h
│   ├── basic.h
│   ├── class_info.h
│   ├── clifford.h
│   ├── color.h
│   ├── compiler.h
│   ├── constant.h
│   ├── container.h
│   ├── excompiler.h
│   ├── ex.h
│   ├── expair.h
│   ├── expairseq.h
│   ├── exprseq.h
│   ├── factor.h
│   ├── fail.h
│   ├── fderivative.h
│   ├── flags.h
│   ├── function.h
│   ├── ginac.h
│   ├── hash_map.h
│   ├── idx.h
│   ├── indexed.h
│   ├── inifcns.h
│   ├── integral.h
│   ├── lst.h
│   ├── matrix.h
│   ├── mul.h
│   ├── ncmul.h
│   ├── normal.h
│   ├── numeric.h
│   ├── operators.h
│   ├── parse_context.h
│   ├── parser.h
│   ├── power.h
│   ├── print.h
│   ├── pseries.h
│   ├── ptr.h
│   ├── registrar.h
│   ├── relational.h
│   ├── structure.h
│   ├── symbol.h
│   ├── symmetry.h
│   ├── tensor.h
│   ├── version.h
│   └── wildcard.h
├── lib
│   ├── libginac.la
│   ├── libginac.so -> libginac.so.6.4.0
│   ├── libginac.so.6 -> libginac.so.6.4.0
│   ├── libginac.so.6.4.0
│   └── pkgconfig
│   └── ginac.pc
├── libexec
│   └── ginac-excompiler
├── nix-support
│   └── propagated-build-inputs
└── share
├── info
│   ├── ginac-examples.info
│   └── ginac.info
└── man
└── man1
├── ginsh.1.gz
└── viewgar.1.gz
11 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment