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.2.0/waylaunch-0.2.0.tbz" 43 checksum: [ 44 "sha256=5adc39c3b57f7255d46f022edd263b00e8aadb9eec99dda1d092f27204ac641c" 45 "sha512=1bd42dab75fc15bc5126a55416624c1d1c4b5f67309741139e62e7ba4e2dc88ec9627a1eeeccc4c96cbaf92a0125dcfaf6b04d1bb54b9085b2c1309c5f982d53" 46 ] 47} 48x-commit-hash: "a455c14a85891c3e437c856170238fc844793712"