1 { lib, fetchFromGitHub, ocamlPackages }:
4 inherit (ocamlPackages) buildDunePackage lablgtk3-sourceview3 ocp-index;
11 src = fetchFromGitHub {
15 hash = "sha256-xmPGGB/zUpfeAxUIhR1PhfoESAJq7sTpqHuf++EH3Lw=";
18 buildInputs = [ lablgtk3-sourceview3 ocp-index ];
21 homepage = "https://www.typerex.org/ocaml-top.html";
22 license = lib.licenses.gpl3;
23 description = "A simple cross-platform OCaml code editor built for top-level evaluation";
24 mainProgram = "ocaml-top";
25 maintainers = with lib.maintainers; [ vbgl ];