13 stdenv.mkDerivation rec {
14 pname = "ocaml${ocaml.version}-brr";
17 url = "https://erratique.ch/software/brr/releases/brr-${version}.tbz";
18 hash = "sha256-rcWuW6avI/RJZNAlxKOsPSEtDQZ1hb51oKpSk3iG7oY=";
26 propagatedBuildInputs = [
30 inherit (topkg) buildPhase installPhase;
33 homepage = "https://erratique.ch/software/brr";
34 description = "Toolkit for programming browsers in OCaml";
35 license = lib.licenses.isc;
36 maintainers = [ lib.maintainers.vbgl ];
37 inherit (ocaml.meta) platforms;