this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] xkbcommon (0.1)

CHANGES:

Initial release.

+39
+39
packages/xkbcommon/xkbcommon.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml bindings to libxkbcommon" 3 + maintainer: ["talex5@gmail.com"] 4 + authors: ["Thomas Leonard"] 5 + license: "Apache-2.0" 6 + homepage: "https://github.com/talex5/xkbcommon" 7 + doc: "https://talex5.github.io/xkbcommon" 8 + bug-reports: "https://github.com/talex5/xkbcommon/issues" 9 + depends: [ 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 + ] 17 + build: [ 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 + ] 30 + dev-repo: "git+https://github.com/talex5/xkbcommon.git" 31 + url { 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 + } 39 + x-commit-hash: "3b21719c8589e931e0baf2057237ba3db7d5bb88"