summary refs log blame commit diff
path: root/pkgs/development/ocaml-modules/janestreet/ppx-sexp-message.nix
blob: 714c3356ea0c91e626832f4ae3ac76e85c42f375 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     

                                                           
                



                                                                                   
                    




                                                       
{lib, buildOcamlJane,
 ppx_core, ppx_driver, ppx_here, ppx_sexp_conv, ppx_tools}:

buildOcamlJane {
  name = "ppx_sexp_message";
  hash = "0inbff25qii868p141jb1y8n3vjfyz66jpnsl9nma6nkkyjkp05j";
  propagatedBuildInputs = [ ppx_core ppx_driver ppx_here ppx_sexp_conv ppx_tools ];

  meta = with lib; {
    description = "Easy construction of S-Expressions";
    maintainers = [ maintainers.maurer ];
    license = licenses.asl20;
  };
}