package wayland

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

wayland-2.0.tbz
sha256=8821b5ce4d6d03b81d186b7bf1cdec422d0d37d161dc7b023f8732ed8de9834b
sha512=d948ef44fefd3aed4c3a89cc2bea82e3e7ef6ef8584516645e763c2e5dbc31683c2f45fb002a1a22072ad7221972ad28f032973e9d40ae470b425c460c51ecdf

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: 10 Oct 2023

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