13 buildDunePackage rec {
17 minimalOCamlVersion = "4.08";
20 url = "https://github.com/talex5/ocaml-wayland/releases/download/v${version}/wayland-${version}.tbz";
21 sha256 = "0b7czgh08i6xcx3fsz6vd19sfyngwi0i27jdzg8cnjgrgwnagv6d";
24 propagatedBuildInputs = [
42 description = "Pure OCaml Wayland protocol library";
43 homepage = "https://github.com/talex5/ocaml-wayland";
44 license = lib.licenses.asl20;
45 maintainers = [ lib.maintainers.sternenseemann ];
46 mainProgram = "wayland-scanner-ocaml";