12 lib.throwIfNot (lib.versionAtLeast ocaml.version "4.08")
13 "note is not available for OCaml ${ocaml.version}"
17 pname = "ocaml${ocaml.version}-note";
20 url = "https://erratique.ch/software/note/releases/note-${version}.tbz";
21 hash = "sha256-ZZOvCnyz7UWzFtGFI1uC0ZApzyylgZYM/HYIXGVXY2k=";
29 inherit (topkg) buildPhase installPhase;
31 propagatedBuildInputs = [ brr ];
34 homepage = "https://erratique.ch/software/note";
35 description = "OCaml module for functional reactive programming";
36 license = lib.licenses.isc;
37 maintainers = [ lib.maintainers.vbgl ];
38 inherit (ocaml.meta) platforms;