10 pname = "ppx_yojson_conv";
13 minimumOCamlVersion = "4.08.0";
15 src = fetchFromGitHub {
19 sha256 = "sha256-lSOUSMVgsRiArEhFTKpAj2yFBPbtaIc/SxdPA+24xXs=";
22 propagatedBuildInputs = [
29 description = "A PPX syntax extension that generates code for converting OCaml types to and from Yojson";
30 homepage = "https://github.com/janestreet/ppx_yojson_conv";
31 maintainers = with maintainers; [djacu];
32 license = with licenses; [mit];