Skip to content

Commit

Permalink
Merge pull request #27158 from talex5/release-xkbcommon-v0.1
Browse files Browse the repository at this point in the history
[new release] xkbcommon (0.1)
  • Loading branch information
shonfeder authored Dec 22, 2024
2 parents 0c4ca19 + 9c9199b commit dab9b2e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/xkbcommon/xkbcommon.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
synopsis: "OCaml bindings to libxkbcommon"
maintainer: ["[email protected]"]
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"

0 comments on commit dab9b2e

Please sign in to comment.