1 { lib, buildDunePackage, fetchFromGitHub, yojson }:
4 pname = "ppx_yojson_conv_lib";
9 minimumOCamlVersion = "4.02.3";
11 src = fetchFromGitHub {
15 sha256 = "12s3xshayy1f8cp9lk6zqwnw60n7cdap55gkksz5w65gdd8bfxmf";
18 propagatedBuildInputs = [ yojson ];
21 description = "Runtime lib for ppx_yojson_conv";
22 homepage = "https://github.com/janestreet/ppx_yojson_conv_lib";
23 maintainers = [ maintainers.marsam ];
24 license = licenses.mit;