this repo has no description

[new release] wayland (2.1)

CHANGES:

- Add relative-pointer-v1 (@Mic92 talex5/ocaml-wayland#40).

- Add pointer-constraints-unstable-v1 (@Mic92 talex5/ocaml-wayland#41).

- Update protocols to latest versions (@talex5 talex5/ocaml-wayland#43).

- Cope with interfaces that are always v1 (@talex5 talex5/ocaml-wayland#44).

Changed files
+47
packages
wayland
wayland.2.1
+47
packages/wayland/wayland.2.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Pure OCaml Wayland protocol library"
+
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."
+
maintainer: ["talex5@gmail.com"]
+
authors: ["talex5@gmail.com"]
+
license: "Apache-2.0 AND LicenseRef-various-licenses-for-the-schema-files"
+
homepage: "https://github.com/talex5/ocaml-wayland"
+
doc: "https://talex5.github.io/ocaml-wayland/"
+
bug-reports: "https://github.com/talex5/ocaml-wayland/issues"
+
depends: [
+
"dune" {>= "2.8"}
+
"alcotest" {>= "1.2.3" & with-test}
+
"ocaml" {>= "5.0"}
+
"xmlm" {>= "1.3.0"}
+
"logs" {>= "0.7.0"}
+
"fmt" {>= "0.8.9"}
+
"cstruct" {>= "6.0.0"}
+
"eio" {>= "0.12"}
+
"eio_main" {>= "0.12" & with-test}
+
"cmdliner" {>= "1.1.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/talex5/ocaml-wayland.git"
+
url {
+
src:
+
"https://github.com/talex5/ocaml-wayland/releases/download/v2.1/wayland-2.1.tbz"
+
checksum: [
+
"sha256=0ffb53958954f1ed4ef874a122c071a9cf3de77ae341b963eb7b513d8028f3c1"
+
"sha512=e391b91b4161ada44339bb97b0acf40a0ef3d3c8f62a114333a61155b70288b31b5904492ebbf187bad957849ff6e1df172d014f46ffc33db7140fa833449f5c"
+
]
+
}
+
x-commit-hash: "964522dd82f8aeed07bd17fe1d401eedb4dbe467"