ocamlPackages.js_of_ocaml 5.4.0 -> 5.6.0 https://repology.org/project/ocaml:js-of-ocaml/versions attrpath: ocamlPackages.js_of_ocaml Checking auto update branch... No auto update branch exists Old version 5.4.0" not present in master derivation file with contents: { lib, fetchurl, buildDunePackage , cmdliner, yojson, ppxlib, findlib , menhir, menhirLib, sedlex }: buildDunePackage rec { pname = "js_of_ocaml-compiler"; version = "5.5.2"; minimalOCamlVersion = "4.08"; src = fetchurl { url = "https://github.com/ocsigen/js_of_ocaml/releases/download/${version}/js_of_ocaml-${version}.tbz"; hash = "sha256-l+aFEhFP8dl0Nnhff7m7mMUhgRrMXP8ysQS8XEoprDM="; }; nativeBuildInputs = [ menhir ]; buildInputs = [ cmdliner ppxlib ]; propagatedBuildInputs = [ menhirLib yojson findlib sedlex ]; meta = { description = "Compiler from OCaml bytecode to Javascript"; homepage = "https://ocsigen.org/js_of_ocaml/"; license = lib.licenses.gpl2; maintainers = [ lib.maintainers.vbgl ]; mainProgram = "js_of_ocaml"; }; }