package wayland

  1. Overview
  2. Docs
Pure OCaml Wayland protocol library

Install

Authors

Maintainers

Sources

wayland-1.1.tbz
sha256=cdeca72c7ff949cbd0fb4d1e1141e4cf7aa75368db7ced4667dd4404e0fbec2c
sha512=815a0987a184615df39e0acfb912fbdd7ba2a1ae1e65267d9eeac6a63afe9d205c4d3c335b92f770227ecc93cd88f8e65e84328cd3dc17523b5eb42676e032ee

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: 04 Oct 2022

Dependencies (8)

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

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest-lwt >= "1.2.3" & with-test

Used by

None

Conflicts

None