8 , zarith_stubs_js ? null
11 , json-data-encoding-bson
17 buildDunePackage rec {
18 pname = "data-encoding";
22 minimalOCamlVersion = "4.10";
24 src = fetchFromGitLab {
25 owner = "nomadic-labs";
26 repo = "data-encoding";
28 hash = "sha256-V3XiCCtoU+srOI+KVSJshtaSJLBJ4m4o10GpBfdYKCU=";
31 propagatedBuildInputs = [
39 json-data-encoding-bson
51 homepage = "https://gitlab.com/nomadic-labs/data-encoding";
52 description = "Library of JSON and binary encoding combinators";
53 license = lib.licenses.mit;
54 maintainers = [ lib.maintainers.ulrikstrid ];