sun/dune-project
2023-01-25 17:59:20 +01:00

36 lines
701 B
Plaintext

(lang dune 2.9)
(implicit_transitive_deps false)
(name sun)
(license ISC)
(authors "Léo Andrès <contact@ndrs.fr>")
(maintainers "Léo Andrès <contact@ndrs.fr>")
(source
(uri git+https://git.zapashcanon.fr/zapashcanon/sun.git))
(homepage https://git.zapashcanon.fr/zapashcanon/sun)
(bug_reports https://git.zapashcanon.fr/zapashcanon/sun/issues)
(generate_opam_files true)
(package
(name sun)
(synopsis "Take screenshot under Wayland")
(description
"Sun is an OCaml executable to take screenshot from the command line in Wayland, using grim and slurp.")
(tags
(sun screenshot wayland grim slurp))
(depends
(ocaml
(>= 4.13))
(cmdliner
(>= 1.1.0))
directories
scfg))