summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/js_of_ocaml/tyxml.nix
blob: 7082e4b86c975d53b7c83c8a0f2562434fe0b01c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ buildDunePackage, js_of_ocaml-compiler
, js_of_ocaml-ppx
, js_of_ocaml, reactivedata, tyxml
}:

buildDunePackage {
  pname = "js_of_ocaml-tyxml";

  inherit (js_of_ocaml-compiler) version src meta useDune2;

  buildInputs = [ js_of_ocaml-ppx ];

  propagatedBuildInputs = [ js_of_ocaml reactivedata tyxml ];
}