15 buildDunePackage rec {
19 minimalOCamlVersion = "5.0";
22 url = "https://github.com/talex5/ocaml-wayland/releases/download/v${version}/wayland-${version}.tbz";
23 hash = "sha256-D/tTlYlU8e1O+HShIsBxqc8953rjQblj63tRPYAo88E=";
26 propagatedBuildInputs = [
45 description = "Pure OCaml Wayland protocol library";
46 homepage = "https://github.com/talex5/ocaml-wayland";
47 license = lib.licenses.asl20;
48 maintainers = [ lib.maintainers.sternenseemann ];
49 mainProgram = "wayland-scanner-ocaml";