1 { lib, buildDunePackage, fetchurl, ppxlib, alcotest
6 pname = "ppx_deriving_yaml";
9 minimalOCamlVersion = "4.08";
12 url = "https://github.com/patricoferris/ppx_deriving_yaml/releases/download/v${version}/ppx_deriving_yaml-${version}.tbz";
13 sha256 = "sha256-nR3568ULM6jaGG4H4+lLBTEJqh/ALHPiJxve40jPUxw=";
16 propagatedBuildInputs = [ ppxlib ppx_deriving yaml ];
19 checkInputs = [ alcotest ];
22 description = "A YAML codec generator for OCaml";
23 homepage = "https://github.com/patricoferris/ppx_deriving_yaml";
24 license = lib.licenses.isc;