1 { lib, buildDunePackage, fetchFromGitHub
9 src = fetchFromGitHub {
10 owner = "thierry-martinez";
13 sha256 = "sha256-YwWAdOtb0zg2hqNkGRiigz/Pci8Jy/QD+WyUEohEsns=";
22 homepage = "https://github.com/thierry-martinez/${pname}";
23 description = "OCaml PPX deriver for deriving show based on ppxlib";
24 license = licenses.bsd2;
25 maintainers = with maintainers; [ niols ];