Skip to content

Commit 28c3ca4

Browse files
authored
Merge pull request ocaml#25073 from kit-ty-kate/opam-publish-waylaunch.0.3.0
Package waylaunch.0.3.0
2 parents fd5698c + ca0b251 commit 28c3ca4

File tree

1 file changed

+33
-0
lines changed
  • packages/waylaunch/waylaunch.0.3.0

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
opam-version: "2.0"
2+
synopsis: "Waylaunch is a program launcher for Wayland"
3+
maintainer: "Kate <[email protected]>"
4+
authors: "Kate <[email protected]>"
5+
license: "GPL-3.0-or-later"
6+
tags: ["wayland" "program" "launcher" "sway"]
7+
homepage: "https://github.com/kit-ty-kate/waylaunch"
8+
bug-reports: "https://github.com/kit-ty-kate/waylaunch/issues"
9+
depends: [
10+
"dune" {>= "2.7"}
11+
"ocaml" {>= "4.11"}
12+
"dune-configurator" {>= "2.7"}
13+
"bos" {>= "0.2.0"}
14+
"fpath" {>= "0.7.0"}
15+
"rresult" {>= "0.6.0"}
16+
"conf-pkg-config" {build}
17+
"conf-libwayland" {build}
18+
"conf-wayland-protocols" {build}
19+
"conf-xkbcommon" {build}
20+
"conf-cairo" {build}
21+
"conf-pango" {build}
22+
]
23+
available: os = "linux" # FreeBSD is not supported as epoll is used
24+
build: ["dune" "build" "-p" name "-j" jobs]
25+
dev-repo: "git+https://github.com/kit-ty-kate/waylaunch.git"
26+
url {
27+
src:
28+
"https://github.com/kit-ty-kate/waylaunch/releases/download/0.3.0/waylaunch-0.3.0.tar.gz"
29+
checksum: [
30+
"md5=fa64c35c5a8b6e7a1f6923dae6012b89"
31+
"sha512=1ebb7e1d8863d7ac0a6863d3cd83068ff4e2fbb00ff89202a2c65c0e9be30dbe75a5c329ab6bc4a722132c8edf0e4e645d2c68512f62087f61676ba99ab037cc"
32+
]
33+
}

0 commit comments

Comments
 (0)