You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
978 B

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Wallpaper utility for Wayland"
description:
"Ccbg is an OCaml executable to manage wallpapers in Wayland, using swaybg."
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
authors: ["Léo Andrès <contact@ndrs.fr>"]
license: "ISC"
tags: ["ccbg" "wallpaper" "sway" "wayland" "swaybg" "background"]
homepage: "https://git.zapashcanon.fr/zapashcanon/ccbg"
bug-reports: "https://git.zapashcanon.fr/zapashcanon/ccbg/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.13"}
"bos" {>= "0.2.0"}
"directories"
"fpath"
"scfg" {>= "0.2"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/ccbg.git"