this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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).

+47
+47
packages/wayland/wayland.2.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Pure OCaml Wayland protocol library" 3 + description: 4 + "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." 5 + maintainer: ["talex5@gmail.com"] 6 + authors: ["talex5@gmail.com"] 7 + license: "Apache-2.0 AND LicenseRef-various-licenses-for-the-schema-files" 8 + homepage: "https://github.com/talex5/ocaml-wayland" 9 + doc: "https://talex5.github.io/ocaml-wayland/" 10 + bug-reports: "https://github.com/talex5/ocaml-wayland/issues" 11 + depends: [ 12 + "dune" {>= "2.8"} 13 + "alcotest" {>= "1.2.3" & with-test} 14 + "ocaml" {>= "5.0"} 15 + "xmlm" {>= "1.3.0"} 16 + "logs" {>= "0.7.0"} 17 + "fmt" {>= "0.8.9"} 18 + "cstruct" {>= "6.0.0"} 19 + "eio" {>= "0.12"} 20 + "eio_main" {>= "0.12" & with-test} 21 + "cmdliner" {>= "1.1.1"} 22 + "odoc" {with-doc} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "@install" 34 + "@runtest" {with-test} 35 + "@doc" {with-doc} 36 + ] 37 + ] 38 + dev-repo: "git+https://github.com/talex5/ocaml-wayland.git" 39 + url { 40 + src: 41 + "https://github.com/talex5/ocaml-wayland/releases/download/v2.1/wayland-2.1.tbz" 42 + checksum: [ 43 + "sha256=0ffb53958954f1ed4ef874a122c071a9cf3de77ae341b963eb7b513d8028f3c1" 44 + "sha512=e391b91b4161ada44339bb97b0acf40a0ef3d3c8f62a114333a61155b70288b31b5904492ebbf187bad957849ff6e1df172d014f46ffc33db7140fa833449f5c" 45 + ] 46 + } 47 + x-commit-hash: "964522dd82f8aeed07bd17fe1d401eedb4dbe467"