this repo has no description
1opam-version: "2.0" 2synopsis: "Waylaunch is a program launcher for Wayland" 3maintainer: ["Kate <kit.ty.kate@disroot.org>"] 4authors: ["Kate <kit.ty.kate@disroot.org>"] 5license: "GPL-3.0-or-later" 6tags: ["wayland" "program" "launcher" "sway"] 7homepage: "https://github.com/kit-ty-kate/waylaunch" 8bug-reports: "https://github.com/kit-ty-kate/waylaunch/issues" 9depends: [ 10 "dune" {>= "2.7"} 11 "ocaml" {>= "4.11"} 12 "base-unix" 13 "dune-configurator" {>= "2.7"} 14 "bos" {>= "0.2.0"} 15 "fpath" {>= "0.7.0"} 16 "rresult" {>= "0.6.0"} 17 "conf-pkg-config" {build} 18 "conf-libwayland" {build} 19 "conf-wayland-protocols" {build} 20 "conf-xkbcommon" {build} 21 "conf-cairo" {build} 22 "conf-pango" {build} 23 "odoc" {with-doc} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/kit-ty-kate/waylaunch.git" 40url { 41 src: 42 "https://github.com/kit-ty-kate/waylaunch/releases/download/0.1.0/waylaunch-0.1.0.tbz" 43 checksum: [ 44 "sha256=5551f7ad49e91701519e504cf20b945704514199d765058b4f1a60608a2904b9" 45 "sha512=e2916a092fa67e23bc7eb5e6ec75277f675c1f3e811b653ea1a6b96795e73f65dc6d4d91938f9dbfff85cda976852c2b44ce023c753d555a2fed132c795e0617" 46 ] 47} 48x-commit-hash: "f145f581444f16acc347926c20ac586c43928826"