this repo has no description
1opam-version: "2.0" 2synopsis: "Take screenshot under Wayland" 3description: 4 "Sun is an OCaml executable to take screenshot from the command line in Wayland, using grim and slurp." 5maintainer: ["Léo Andrès <contact@ndrs.fr>"] 6authors: ["Léo Andrès <contact@ndrs.fr>"] 7license: "ISC" 8tags: ["sun" "screenshot" "wayland" "grim" "slurp"] 9homepage: "https://git.zapashcanon.fr/zapashcanon/sun" 10bug-reports: "https://git.zapashcanon.fr/zapashcanon/sun/issues" 11depends: [ 12 "dune" {>= "2.9"} 13 "ocaml" {>= "4.13"} 14 "cmdliner" {>= "1.1.0"} 15 "directories" {< "0.6"} 16 "scfg" {< "0.4"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "--promote-install-files=false" 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33 ["dune" "install" "-p" name "--create-install-files" name] 34] 35dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/sun.git" 36url { 37 src: "https://git.zapashcanon.fr/zapashcanon/sun/archive/0.1.tar.gz" 38 checksum: [ 39 "sha256=360ee3228b2bbcf066d87a3f5e158531237e087d0b746d399752df82404445ca" 40 "sha512=cbf98697bf607f7342663a0e9dfa023bc0bebfdf2080e52f76dfb43fb1cbadb75627dc4789c55d6bfe7a80df2c75266e39a2e8b3df41481ef4d377f77ed9ef40" 41 ] 42}