Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 3, 2020 09:21
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/4182a1442eb443863b56967edd412486 to your computer and use it in GitHub Desktop.
Save r-ryantm/4182a1442eb443863b56967edd412486 to your computer and use it in GitHub Desktop.
/nix/store/hxpwskkh7z2ikbg7zy7l9rc763z41cip-libngspice-33
├── bin
│   └── cmpp
├── include
│   └── ngspice
│   ├── 1-f-code.h
│   ├── acdefs.h
│   ├── bdrydefs.h
│   ├── bool.h
│   ├── carddefs.h
│   ├── ciderinp.h
│   ├── cidersupt.h
│   ├── cktdefs.h
│   ├── cluster.h
│   ├── cmconstants.h
│   ├── cm.h
│   ├── cmproto.h
│   ├── cmtypes.h
│   ├── compatmode.h
│   ├── complex.h
│   ├── config.h
│   ├── const.h
│   ├── contdefs.h
│   ├── cpdefs.h
│   ├── cpextern.h
│   ├── cpstd.h
│   ├── defines.h
│   ├── devdefs.h
│   ├── dgen.h
│   ├── distodef.h
│   ├── dllitf.h
│   ├── domndefs.h
│   ├── dopdefs.h
│   ├── dstring.h
│   ├── dvec.h
│   ├── elctdefs.h
│   ├── enh.h
│   ├── enhtypes.h
│   ├── evt.h
│   ├── evtproto.h
│   ├── evtshared.h
│   ├── evttypes.h
│   ├── evtudn.h
│   ├── FastNorm3.h
│   ├── fftext.h
│   ├── ftedbgra.h
│   ├── ftedebug.h
│   ├── ftedefs.h
│   ├── ftedev.h
│   ├── fteext.h
│   ├── fteinp.h
│   ├── fteinput.h
│   ├── fteoptdefs.h
│   ├── fteparse.h
│   ├── gendefs.h
│   ├── gendev.h
│   ├── graph.h
│   ├── grid.h
│   ├── hash.h
│   ├── hlpdefs.h
│   ├── iferrmsg.h
│   ├── ifsim.h
│   ├── inpdefs.h
│   ├── inpmacs.h
│   ├── inpptree.h
│   ├── ipc.h
│   ├── ipcproto.h
│   ├── ipctiein.h
│   ├── jobdefs.h
│   ├── lsort.h
│   ├── macros.h
│   ├── material.h
│   ├── matldefs.h
│   ├── memory.h
│   ├── meshdefs.h
│   ├── meshext.h
│   ├── methdefs.h
│   ├── mifcmdat.h
│   ├── mifdefs.h
│   ├── mif.h
│   ├── mifparse.h
│   ├── mifproto.h
│   ├── miftypes.h
│   ├── missing_math.h
│   ├── mobdefs.h
│   ├── modldefs.h
│   ├── multi_line.h
│   ├── ngspice.h
│   ├── noisedef.h
│   ├── numcards.h
│   ├── numconst.h
│   ├── numenum.h
│   ├── numgen.h
│   ├── numglobs.h
│   ├── onedev.h
│   ├── onemesh.h
│   ├── opdefs.h
│   ├── optdefs.h
│   ├── optndefs.h
│   ├── outpdefs.h
│   ├── plot.h
│   ├── pnode.h
│   ├── profile.h
│   ├── pssdefs.h
│   ├── pzdefs.h
│   ├── randnumb.h
│   ├── sen2defs.h
│   ├── sensdefs.h
│   ├── sensgen.h
│   ├── sharedspice.h
│   ├── sim.h
│   ├── smpdefs.h
│   ├── sperror.h
│   ├── spmatrix.h
│   ├── stringskip.h
│   ├── stringutil.h
│   ├── suffix.h
│   ├── swec.h
│   ├── tclspice.h
│   ├── tfdefs.h
│   ├── trandefs.h
│   ├── trcvdefs.h
│   ├── tskdefs.h
│   ├── twodev.h
│   ├── twomesh.h
│   ├── typedefs.h
│   ├── wallace.h
│   ├── wincolornames.h
│   ├── wordlist.h
│   └── wstdio.h
├── lib
│   ├── libngspice.la
│   ├── libngspice.so -> libngspice.so.0.0.0
│   ├── libngspice.so.0 -> libngspice.so.0.0.0
│   ├── libngspice.so.0.0.0
│   ├── ngspice
│   │   ├── analog.cm
│   │   ├── digital.cm
│   │   ├── spice2poly.cm
│   │   ├── table.cm
│   │   ├── xtradev.cm
│   │   └── xtraevt.cm
│   └── pkgconfig
│   └── ngspice.pc
└── share
├── man
│   └── man1
│   └── cmpp.1.gz
└── ngspice
├── dlmain.c
└── scripts
├── ciderinit
├── devaxis
├── devload
├── setplot
├── spectrum
└── spinit
11 directories, 145 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment