File: dune-project

package info (click to toggle)
wyrd 1.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: ml: 5,041; makefile: 174; ansic: 17; sh: 14
file content (21 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(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))