1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: emacs-calfw
Section: lisp
Priority: optional
Maintainer: KURASHIKI Satoru <lurdan@gmail.com>
Build-Depends: debhelper (>= 12), debhelper-compat (= 12)
Standards-Version: 4.3.0
Homepage: https://github.com/kiwanami/emacs-calfw/
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-calfw.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-calfw
Package: emacs-calfw
Architecture: all
Depends: ${misc:Depends}, emacs
Suggests: org-mode, emacs-calfw-howm
Breaks: emacs-calfw-howm (<= 1.2-1)
Description: calendar framework for Emacs
This program displays a calendar view in the Emacs buffer,
which also work with org-agenda, google calendar, and ical.
Package: emacs-calfw-howm
Architecture: all
Depends: ${misc:Depends}, emacs-calfw (= ${binary:Version}), howm
Suggests: elscreen
Description: calendar framework for Emacs (howm add-on)
This program displays a calendar view in the Emacs buffer,
which also work with org-agenda, google calendar, and ical.
.
This sub package provides support for using with howm.
|