Skip to content

Commit cd1a9ae

Browse files
committed
[new release] libinput (1.29)
CHANGES: - Add support for older versions of libinput going back to libinput 1.20. This allows the library to be used on Ubuntu 22.04 and Debian 12. - Give a clear compile-time error if the C libinput is too old. - The libinput-ocaml version number now indicates which version of libinput it is up-to-date with.
1 parent 76bf2ed commit cd1a9ae

File tree

1 file changed

+45
-0
lines changed
  • packages/libinput/libinput.1.29

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml bindings for libinput"
3+
description: "Input device management and event handling library"
4+
maintainer: ["Thomas Leonard"]
5+
authors: ["Thomas Leonard"]
6+
license: "ISC"
7+
homepage: "https://github.com/talex5/libinput-ocaml"
8+
doc: "https://talex5.github.io/libinput-ocaml/"
9+
bug-reports: "https://github.com/talex5/libinput-ocaml/issues"
10+
depends: [
11+
"dune" {>= "3.18"}
12+
"ocaml" {>= "5.3.0"}
13+
"ctypes" {>= "0.23.0"}
14+
"ctypes-foreign" {>= "0.23.0"}
15+
"fmt" {>= "0.8.9"}
16+
"odoc" {with-doc}
17+
"conf-libinput"
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
dev-repo: "git+https://github.com/talex5/libinput-ocaml.git"
34+
x-maintenance-intent: ["(latest)"]
35+
x-ci-accept-failures: [ "centos-9" ]
36+
available: [ os = "linux" & arch != "arm32" & arch != "x86_32" ]
37+
url {
38+
src:
39+
"https://github.com/talex5/libinput-ocaml/releases/download/v1.29/libinput-1.29.tbz"
40+
checksum: [
41+
"sha256=3de44543b3995d15d0c3ff2dbc1788403427a2c907716552cded9134681880fd"
42+
"sha512=9e92438c6183d0e6e7d76c28e67133ce25d230686881a47a874a07d0e79163d3033606f69d07225d2d6eaea687a57d943429b9d5b533d344a773262e951e662e"
43+
]
44+
}
45+
x-commit-hash: "54cd505e66bd4f524317dcf5c24f46b11d782065"

0 commit comments

Comments
 (0)