Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 3, 2020 06:32
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/f2a03c3e3a9f346b72cc8a1eb2fbaff2 to your computer and use it in GitHub Desktop.
Save r-ryantm/f2a03c3e3a9f346b72cc8a1eb2fbaff2 to your computer and use it in GitHub Desktop.
/nix/store/vipxxl20qphm03a9gfbg4y8xpavid4lh-libsidplayfp-2.0.5
├── include
│   ├── sidplayfp
│   │   ├── builders
│   │   │   ├── residfp.h
│   │   │   └── resid.h
│   │   ├── sidbuilder.h
│   │   ├── SidConfig.h
│   │   ├── SidDatabase.h
│   │   ├── siddefs.h
│   │   ├── SidInfo.h
│   │   ├── sidplayfp.h
│   │   ├── SidTune.h
│   │   ├── SidTuneInfo.h
│   │   └── sidversion.h
│   └── stilview
│   ├── stildefs.h
│   └── stil.h
└── lib
├── libsidplayfp.la
├── libsidplayfp.so -> libsidplayfp.so.5.2.15
├── libsidplayfp.so.5 -> libsidplayfp.so.5.2.15
├── libsidplayfp.so.5.2.15
├── libstilview.la
├── libstilview.so -> libstilview.so.0.0.4
├── libstilview.so.0 -> libstilview.so.0.0.4
├── libstilview.so.0.0.4
└── pkgconfig
├── libsidplayfp.pc
└── libstilview.pc
6 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment