Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 3, 2020 12:46
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/19076a4b4968a1f9a2fdf01037c514ce to your computer and use it in GitHub Desktop.
Save r-ryantm/19076a4b4968a1f9a2fdf01037c514ce to your computer and use it in GitHub Desktop.
/nix/store/c1858v3pz4qr264c263fnhvg8v3rnjxn-libcerf-2.0
├── include
│   ├── cerf
│   ├── cerf.h
│   ├── cerf_ptr.h
│   └── cerf_real.h
├── lib
│   ├── libcerf.so
│   └── pkgconfig
│   └── libcerf.pc
└── share
├── doc
│   └── libcerf
│   └── html
│   ├── cdawson.html
│   ├── cerfc.html
│   ├── cerfcx.html
│   ├── cerf.html
│   ├── cerfi.html
│   ├── dawson.html
│   ├── erfcx.html
│   ├── erfi.html
│   ├── im_w_of_z.html
│   ├── voigt.html
│   ├── voigt_hwhm.html
│   └── w_of_z.html
└── man
└── man3
├── cdawson.3.gz
├── cerf.3.gz
├── cerfc.3.gz
├── cerfcx.3.gz
├── cerfi.3.gz
├── dawson.3.gz
├── erfcx.3.gz
├── erfi.3.gz
├── im_w_of_z.3.gz
├── voigt.3.gz
├── voigt_hwhm.3.gz
└── w_of_z.3.gz
9 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment