12 buildDunePackage rec {
13 pname = "ppx_deriving_yaml";
16 minimalOCamlVersion = "4.08";
19 url = "https://github.com/patricoferris/ppx_deriving_yaml/releases/download/v${version}/ppx_deriving_yaml-${version}.tbz";
20 hash = "sha256-HLY0ozmy6zY0KjXkwP3drTdz857PvLS/buN1nB+xf1s=";
23 propagatedBuildInputs = [
30 checkInputs = [ alcotest ];
31 nativeCheckInputs = [ mdx.bin ];
34 description = "YAML codec generator for OCaml";
35 homepage = "https://github.com/patricoferris/ppx_deriving_yaml";
36 license = lib.licenses.isc;