Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 25, 2019 13: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/84cfa74d5edf991344121162604a60e6 to your computer and use it in GitHub Desktop.
Save ryantm/84cfa74d5edf991344121162604a60e6 to your computer and use it in GitHub Desktop.
/nix/store/cnz1zaqp8fkmm7p7xzsa454f6571yw4m-cln-1.3.5
├── bin
│   └── pi
├── include
│   └── cln
│   ├── cln.h
│   ├── complex_class.h
│   ├── complex.h
│   ├── complex_io.h
│   ├── complex_ring.h
│   ├── condition.h
│   ├── config.h
│   ├── dfloat_class.h
│   ├── dfloat.h
│   ├── dfloat_io.h
│   ├── exception.h
│   ├── ffloat_class.h
│   ├── ffloat.h
│   ├── ffloat_io.h
│   ├── float_class.h
│   ├── floatformat.h
│   ├── float.h
│   ├── float_io.h
│   ├── GV_complex.h
│   ├── GV.h
│   ├── GV_integer.h
│   ├── GV_modinteger.h
│   ├── GV_number.h
│   ├── GV_rational.h
│   ├── GV_real.h
│   ├── host_cpu.h
│   ├── input.h
│   ├── integer_class.h
│   ├── integer.h
│   ├── integer_io.h
│   ├── integer_ring.h
│   ├── intparam.h
│   ├── io.h
│   ├── lfloat_class.h
│   ├── lfloat.h
│   ├── lfloat_io.h
│   ├── malloc.h
│   ├── modinteger.h
│   ├── modules.h
│   ├── null_ring.h
│   ├── number.h
│   ├── number_io.h
│   ├── numtheory.h
│   ├── object.h
│   ├── output.h
│   ├── proplist.h
│   ├── random.h
│   ├── rational_class.h
│   ├── rational.h
│   ├── rational_io.h
│   ├── rational_ring.h
│   ├── real_class.h
│   ├── real.h
│   ├── real_io.h
│   ├── real_ring.h
│   ├── ring.h
│   ├── sfloat_class.h
│   ├── sfloat.h
│   ├── sfloat_io.h
│   ├── string.h
│   ├── SV_complex.h
│   ├── SV.h
│   ├── SV_integer.h
│   ├── SV_number.h
│   ├── SV_rational.h
│   ├── SV_real.h
│   ├── SV_ringelt.h
│   ├── symbol.h
│   ├── timing.h
│   ├── types.h
│   ├── univpoly_complex.h
│   ├── univpoly.h
│   ├── univpoly_integer.h
│   ├── univpoly_modint.h
│   ├── univpoly_rational.h
│   ├── univpoly_real.h
│   ├── version.h
│   └── V.h
├── lib
│   ├── libcln.la
│   ├── libcln.so -> libcln.so.6.0.5
│   ├── libcln.so.6 -> libcln.so.6.0.5
│   ├── libcln.so.6.0.5
│   └── pkgconfig
│   └── cln.pc
└── share
├── info
│   └── cln.info
└── man
└── man1
└── pi.1.gz
9 directories, 86 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment