this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml bindings to libxkbcommon"
3maintainer: ["talex5@gmail.com"]
4authors: ["Thomas Leonard"]
5license: "Apache-2.0"
6homepage: "https://github.com/talex5/xkbcommon"
7doc: "https://talex5.github.io/xkbcommon"
8bug-reports: "https://github.com/talex5/xkbcommon/issues"
9depends: [
10 "dune" {>= "3.10"}
11 "ocaml" {>= "4.14.0"}
12 "conf-xkbcommon" {>= "1"}
13 "dune-configurator" {>= "3.10.0"}
14 "alcotest" {>= "1.8.0" & with-test}
15 "odoc" {with-doc}
16]
17build: [
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/talex5/xkbcommon.git"
31url {
32 src:
33 "https://github.com/talex5/xkbcommon/releases/download/v0.1/xkbcommon-0.1.tbz"
34 checksum: [
35 "sha256=991fee44caec2a5480896ce4d480b2cc82e2df2bb557f680aab8d3a37c85c72f"
36 "sha512=122ce8fcdae7a6eded809d9e071a60366722614ea66b99b7b8267ec568d72fc3fa3223b5fbf068325b40cc6d9c3e582374ae3167302e908027ed2784d398277a"
37 ]
38}
39x-commit-hash: "3b21719c8589e931e0baf2057237ba3db7d5bb88"