9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
16 fetchSubmodules = true;
18 hash = "sha256-vAYafhWo9xavM2j+mT3OGcX7ZSS25mieR/3b79BO+jA=";
27 description = "Library to parse and emit YAML, and do it fast";
28 homepage = "https://github.com/biojppm/rapidyaml";
29 license = licenses.mit;
31 platforms = platforms.all;