this repo has no description

[new release] xkbcommon (0.1)

CHANGES:

Initial release.

Changed files
+39
packages
xkbcommon
xkbcommon.0.1
+39
packages/xkbcommon/xkbcommon.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "OCaml bindings to libxkbcommon"
+
maintainer: ["talex5@gmail.com"]
+
authors: ["Thomas Leonard"]
+
license: "Apache-2.0"
+
homepage: "https://github.com/talex5/xkbcommon"
+
doc: "https://talex5.github.io/xkbcommon"
+
bug-reports: "https://github.com/talex5/xkbcommon/issues"
+
depends: [
+
"dune" {>= "3.10"}
+
"ocaml" {>= "4.14.0"}
+
"conf-xkbcommon" {>= "1"}
+
"dune-configurator" {>= "3.10.0"}
+
"alcotest" {>= "1.8.0" & with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/talex5/xkbcommon.git"
+
url {
+
src:
+
"https://github.com/talex5/xkbcommon/releases/download/v0.1/xkbcommon-0.1.tbz"
+
checksum: [
+
"sha256=991fee44caec2a5480896ce4d480b2cc82e2df2bb557f680aab8d3a37c85c72f"
+
"sha512=122ce8fcdae7a6eded809d9e071a60366722614ea66b99b7b8267ec568d72fc3fa3223b5fbf068325b40cc6d9c3e582374ae3167302e908027ed2784d398277a"
+
]
+
}
+
x-commit-hash: "3b21719c8589e931e0baf2057237ba3db7d5bb88"