Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 4, 2019 18:39
Show Gist options
  • Save ryantm/a733b1d66cb138857301a716652198a6 to your computer and use it in GitHub Desktop.
Save ryantm/a733b1d66cb138857301a716652198a6 to your computer and use it in GitHub Desktop.
/nix/store/vilw87qqw3xiasj91y2c2mzhx2rh839f-liblastfm-1.1.0
├── include
│   └── lastfm
│   ├── AbstractType.h
│   ├── Album.h
│   ├── Artist.h
│   ├── Audioscrobbler.h
│   ├── Auth.h
│   ├── Chart.h
│   ├── FingerprintableSource.h
│   ├── Fingerprint.h
│   ├── FingerprintId.h
│   ├── global.h
│   ├── InternetConnectionMonitor.h
│   ├── Library.h
│   ├── Mbid.h
│   ├── misc.h
│   ├── NetworkAccessManager.h
│   ├── NetworkConnectionMonitor.h
│   ├── Playlist.h
│   ├── RadioStation.h
│   ├── RadioTuner.h
│   ├── ScrobbleCache.h
│   ├── ScrobblePoint.h
│   ├── Tag.h
│   ├── Tasteometer.h
│   ├── Track.h
│   ├── UrlBuilder.h
│   ├── Url.h
│   ├── User.h
│   ├── ws.h
│   ├── XmlQuery.h
│   └── Xspf.h
├── lib
│   ├── liblastfm_fingerprint.so -> liblastfm_fingerprint.so.1
│   ├── liblastfm_fingerprint.so.1 -> liblastfm_fingerprint.so.1.1.0
│   ├── liblastfm_fingerprint.so.1.1.0
│   ├── liblastfm.so -> liblastfm.so.1
│   ├── liblastfm.so.1 -> liblastfm.so.1.1.0
│   └── liblastfm.so.1.1.0
└── nix-support
└── propagated-build-inputs
4 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment