12 src = fetchFromGitHub {
14 repo = "ocaml-msgpck";
16 hash = "sha256-gBHIiicmk/5KBkKzRKyV0ymEH8dGCZG8vfE0mtpcDCM=";
19 propagatedBuildInputs = [ ocplib-endian ];
21 checkInputs = [ alcotest ];
26 description = "Fast MessagePack (http://msgpack.org) library ";
27 license = lib.licenses.isc;
28 homepage = "https://github.com/vbmithr/ocaml-msgpck";
29 maintainers = [ lib.maintainers.ulrikstrid ];