package wayland

  1. Overview
  2. No Docs
Pure OCaml Wayland protocol library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

wayland-2.3.tbz
sha256=10627a94f4cef97147991528fcd246f8f27ccbf3026eafdece995b53ee9468a0
sha512=8e319dc236d04cc9084bf81782497899dca12a392d649a2ac7bd1d5edc1101ebe2bc266a033e23ab9ed46a8b692018bc47005036d10872f7825f4aa4009ab825

Description

Wayland is a communications protocol intended for use between processes on a single computer. It is mainly used by graphical applications (clients) to talk to display servers, but nothing about the protocol is specific to graphics and it could be used for other things. This library can be used to write Wayland clients, servers and proxies.

Published: 08 Jul 2026

Dependencies (8)

  1. cmdliner >= "1.1.1"
  2. eio >= "0.12"
  3. cstruct >= "6.0.0"
  4. fmt >= "0.8.9"
  5. logs >= "0.7.0"
  6. xmlm >= "1.3.0"
  7. ocaml >= "5.0"
  8. dune >= "2.8"

Dev Dependencies (3)

  1. odoc with-doc
  2. eio_main >= "0.12" & with-test
  3. alcotest >= "1.2.3" & with-test

Used by

None

Conflicts

None