Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 5, 2020 13:12
Show Gist options
  • Save r-ryantm/89ab7239359c93a5901c2c80107eb781 to your computer and use it in GitHub Desktop.
Save r-ryantm/89ab7239359c93a5901c2c80107eb781 to your computer and use it in GitHub Desktop.
/nix/store/s2wld3c6irl6yamdv6c0zmbypihfhrn5-libmpdclient-2.19
├── include
│   └── mpd
│   ├── async.h
│   ├── audio_format.h
│   ├── capabilities.h
│   ├── client.h
│   ├── compiler.h
│   ├── connection.h
│   ├── database.h
│   ├── directory.h
│   ├── entity.h
│   ├── error.h
│   ├── fingerprint.h
│   ├── idle.h
│   ├── list.h
│   ├── message.h
│   ├── mixer.h
│   ├── mount.h
│   ├── neighbor.h
│   ├── output.h
│   ├── pair.h
│   ├── parser.h
│   ├── partition.h
│   ├── password.h
│   ├── player.h
│   ├── playlist.h
│   ├── protocol.h
│   ├── queue.h
│   ├── recv.h
│   ├── replay_gain.h
│   ├── response.h
│   ├── search.h
│   ├── send.h
│   ├── settings.h
│   ├── socket.h
│   ├── song.h
│   ├── stats.h
│   ├── status.h
│   ├── sticker.h
│   ├── tag.h
│   └── version.h
├── lib
│   ├── libmpdclient.so -> libmpdclient.so.2
│   ├── libmpdclient.so.2 -> libmpdclient.so.2.19
│   ├── libmpdclient.so.2.19
│   └── pkgconfig
│   └── libmpdclient.pc
└── share
├── doc
│   └── libmpdclient
│   ├── AUTHORS
│   ├── COPYING
│   ├── NEWS
│   └── README.rst
└── vala
└── vapi
└── libmpdclient.vapi
9 directories, 48 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment