Newer
Older
cl-todo / package.lisp
;;;;
;;;; A simple TODO app for the GNOME desktop
;;;; (mainly written to try out GTK+Lisp)
;;;;
;;;; (c) Daniel Vedder 2020
;;;; Licensed under the terms of the MIT license
;;;;

(defpackage :cl-todo
	(:documentation "A simple TODO widget for the GNOME desktop")
	(:nicknames :todo)
	(:use :common-lisp)
	(:export launch))