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: 1 5 - type: float 6 value: 5.0
1name: seek
2argv:
3 - type: uint
4 value: 1
5 - type: float
6 value: 5.0