1 { lib, fetchFromGitHub, buildDunePackage, ocaml, alcotest, bigstringaf }:
7 minimalOCamlVersion = "4.08";
10 src = fetchFromGitHub {
11 owner = "inhabitedtype";
14 sha256 = "sha256-wR4kDocR1t3OLRuudXH8IccYde552O6Gvo5BHNxRbAI=";
17 checkInputs = [ alcotest ];
18 propagatedBuildInputs = [ bigstringaf ];
22 description = "Serialization library built for speed and memory efficiency";
23 license = lib.licenses.bsd3;
24 maintainers = [ lib.maintainers.vbgl ];
25 inherit (src.meta) homepage;