Parser combinator library for MPD client commands
git clone https://git.8pit.net/libmpdserver.git
https://git.8pit.net/libmpdserver.git
1name: seek 2argv: 3 - type: uint 4 value: 42 5 - type: float 6 value: 2.3
1name: seek
2argv:
3 - type: uint
4 value: 42
5 - type: float
6 value: 2.3