1 { lib, buildDunePackage, fetchurl
6 pname = "js_of_ocaml-ocamlbuild";
9 minimalOCamlVersion = "4.03";
12 url = "https://github.com/ocsigen/js_of_ocaml-ocamlbuild/releases/download/${version}/js_of_ocaml-ocamlbuild-${version}.tbz";
13 sha256 = "sha256-qlm8vxzie8sqPrd6iiwf8X6d2+DyQOOhmMoc67ChwHs=";
16 propagatedBuildInputs = [ ocamlbuild ];
19 description = "An ocamlbuild plugin to compile to JavaScript";
20 homepage = "https://github.com/ocsigen/js_of_ocaml-ocamlbuild";
21 license = lib.licenses.lgpl2Only;
22 maintainers = [ lib.maintainers.vbgl ];