(lang dune 2.7)
(name wyrd)

(generate_opam_files true)

(license "GPL-2.0-only")
(authors "Paul Pelzl")
(maintainers "Jochen Sprickerhof <wyrd@jochen.sprickerhof.de>")
(homepage "https://gitlab.com/wyrd-calendar/wyrd")
(bug_reports "https://gitlab.com/wyrd-calendar/wyrd/-/issues")

(package
  (name wyrd)
  (synopsis "Remind front-end")
  (description "Curses front-end for 'remind' calendar application")
  (depends
    (ocaml (>= 4.08.0))
    camlp-streams
    curses
    yojson
    dune))
