Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 7, 2018 01:46
Show Gist options
  • Save ryantm/45b5d40cc79380fba4533fbbf6dc35fe to your computer and use it in GitHub Desktop.
Save ryantm/45b5d40cc79380fba4533fbbf6dc35fe to your computer and use it in GitHub Desktop.
/nix/store/ppxp9wn9d0ajn0c8flv1h6gmrzwlzipc-libmpdclient-2.15
├── include
│   └── mpd
│   ├── async.h
│   ├── audio_format.h
│   ├── capabilities.h
│   ├── client.h
│   ├── compiler.h
│   ├── connection.h
│   ├── database.h
│   ├── directory.h
│   ├── entity.h
│   ├── error.h
│   ├── idle.h
│   ├── list.h
│   ├── message.h
│   ├── mixer.h
│   ├── output.h
│   ├── pair.h
│   ├── parser.h
│   ├── password.h
│   ├── player.h
│   ├── playlist.h
│   ├── protocol.h
│   ├── queue.h
│   ├── recv.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.15
│   ├── libmpdclient.so.2.15
│   └── pkgconfig
│   └── libmpdclient.pc
└── share
├── doc
│   └── libmpdclient
│   ├── AUTHORS
│   ├── COPYING
│   ├── NEWS
│   └── README.rst
└── vala
└── vapi
└── libmpdclient.vapi
9 directories, 43 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment