this repo has no description
1opam-version: "2.0"
2synopsis: "Pure OCaml Wayland protocol library"
3description:
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."
5maintainer: ["talex5@gmail.com"]
6authors: ["talex5@gmail.com"]
7license: "Apache-2.0 (excluding schema files)"
8homepage: "https://github.com/talex5/ocaml-wayland"
9doc: "https://talex5.github.io/ocaml-wayland/"
10bug-reports: "https://github.com/talex5/ocaml-wayland/issues"
11depends: [
12 "dune" {>= "2.8"}
13 "alcotest-lwt" {>= "1.2.3" & with-test}
14 "ocaml" {>= "4.08.0"}
15 "xmlm" {>= "1.3.0"}
16 "lwt" {>= "5.4.0"}
17 "logs" {>= "0.7.0"}
18 "fmt" {>= "0.8.9"}
19 "cstruct" {>= "6.0.0"}
20 "cmdliner" {>= "1.0.4"}
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/talex5/ocaml-wayland.git"
38url {
39 src:
40 "https://github.com/talex5/ocaml-wayland/releases/download/v1.0/wayland-1.0.tbz"
41 checksum: [
42 "sha256=bf8fd0057242d11f1c265c11cfa5de3c517ec0ad5994eae45e1efe3aac034510"
43 "sha512=da639e0903325e124933a03156ffd76188d2dfa2a9a61c5cee808fc8783833b81bb68ab59364ccc7c54a98bafa45d5b5a6c0571179f48178b5667b180a6d5a73"
44 ]
45}
46x-commit-hash: "fba7b1aa964b4d20952dbbacf92b79ed654b72a5"