Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 4, 2020 02:59
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 r-ryantm/41eaae96f81e15ac8ddadd27ca872bea to your computer and use it in GitHub Desktop.
Save r-ryantm/41eaae96f81e15ac8ddadd27ca872bea to your computer and use it in GitHub Desktop.
/nix/store/fzrlzayqi42h5kl4nab2ry23hjn0yxv1-pari-2.13.0
├── bin
│   ├── gp -> gp-2.13
│   ├── gp-2.13
│   ├── 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.13.0
│   ├── libpari-gmp-tls.so.7 -> libpari-gmp-tls.so.2.13.0
│   ├── libpari.so -> libpari-gmp-tls.so.2.13.0
│   └── pari
│   └── pari.cfg
└── share
├── man
│   └── man1
│   ├── gp.1.gz -> /nix/store/fzrlzayqi42h5kl4nab2ry23hjn0yxv1-pari-2.13.0/share/man/man1/gp-2.13.1.gz
│   ├── gp-2.13.1.gz
│   ├── gphelp.1.gz
│   ├── pari.1.gz -> /nix/store/fzrlzayqi42h5kl4nab2ry23hjn0yxv1-pari-2.13.0/share/man/man1/gp-2.13.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-mf.dvi
│   ├── tutorial-mf.tex
│   ├── 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, 82 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment