13 minimalOCamlVersion = "4.08";
16 src = fetchFromGitHub {
17 owner = "inhabitedtype";
20 sha256 = "sha256-wR4kDocR1t3OLRuudXH8IccYde552O6Gvo5BHNxRbAI=";
23 checkInputs = [ alcotest ];
24 propagatedBuildInputs = [ bigstringaf ];
28 description = "Serialization library built for speed and memory efficiency";
29 license = lib.licenses.bsd3;
30 maintainers = [ lib.maintainers.vbgl ];
31 inherit (src.meta) homepage;