Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 20, 2018 21:57
Show Gist options
  • Save ryantm/63c5da24ace1d863b434a462fc0d0123 to your computer and use it in GitHub Desktop.
Save ryantm/63c5da24ace1d863b434a462fc0d0123 to your computer and use it in GitHub Desktop.
/nix/store/18hjz56shfnp00r1pgslfy3zci2wk6m9-pari-2.9.5
├── bin
│   ├── gp -> gp-2.9
│   ├── gp-2.9
│   ├── gphelp
│   └── tex2mail
├── include
│   └── pari
│   ├── genpari.h -> pari.h
│   ├── mpinl.h
│   ├── paricast.h
│   ├── paricfg.h
│   ├── paricom.h
│   ├── paridecl.h
│   ├── parierr.h
│   ├── parigen.h
│   ├── pari.h
│   ├── pariinl.h
│   ├── parimt.h
│   ├── parinf.h
│   ├── pariold.h
│   ├── paripriv.h
│   ├── paristio.h
│   ├── parisys.h
│   └── paritune.h
├── lib
│   ├── libpari-gmp-tls.so.2.9.5
│   ├── libpari-gmp-tls.so.5 -> libpari-gmp-tls.so.2.9.5
│   ├── libpari.so -> libpari-gmp-tls.so.2.9.5
│   └── pari
│   └── pari.cfg
└── share
├── man
│   └── man1
│   ├── gp.1.gz -> /nix/store/18hjz56shfnp00r1pgslfy3zci2wk6m9-pari-2.9.5/share/man/man1/gp-2.9.1.gz
│   ├── gp-2.9.1.gz
│   ├── gphelp.1.gz
│   ├── pari.1.gz -> /nix/store/18hjz56shfnp00r1pgslfy3zci2wk6m9-pari-2.9.5/share/man/man1/gp-2.9.1.gz
│   └── tex2mail.1.gz
└── pari
├── doc
│   ├── appa.tex
│   ├── appb.tex
│   ├── appd.tex
│   ├── develop.dvi
│   ├── develop.tex
│   ├── INSTALL.dvi
│   ├── libpari.dvi
│   ├── parallel.dvi
│   ├── paricfg.tex
│   ├── parimacro.tex
│   ├── pdfmacs.tex
│   ├── refcard.dvi
│   ├── refcard-ell.dvi
│   ├── refcard-lfun.dvi
│   ├── refcard-mf.dvi
│   ├── refcard-nf.dvi
│   ├── refcard.tex
│   ├── translations
│   ├── tutorial.dvi
│   ├── tutorial.tex
│   ├── usersch1.tex
│   ├── usersch2.tex
│   ├── usersch3.tex
│   ├── usersch4.tex
│   ├── usersch5.tex
│   ├── usersch6.tex
│   ├── usersch7.tex
│   ├── usersch8.tex
│   ├── users.dvi
│   └── users.tex
├── examples
│   ├── bench.gp
│   ├── classno.gp
│   ├── cl.gp
│   ├── contfrac.gp
│   ├── EXPLAIN
│   ├── extgcd.c
│   ├── Inputrc
│   ├── lucas.gp
│   ├── Makefile
│   ├── rho.gp
│   ├── squfof.gp
│   └── taylor.gp
├── misc
│   ├── color.dft
│   ├── gpalias
│   ├── gpflog
│   ├── gprc.dft
│   ├── README
│   └── xgp
├── PARI
│   └── 822.pm
└── pari.desc
13 directories, 80 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment