Add Licensing and Contributing
[honey] / src / main / package.lisp
1 ; Copyright 2022 Frank Duncan (frank@consxy.com) under AGPL3.  See distributed LICENSE.txt.
2 (defpackage #:honey (:use :common-lisp :webthiteth-html) (:export #:parse)
3  (:documentation "Main honey package.
4
5 Honey is a simple markdown parse that translates to weave style html,
6 which can then be inserted into pages."))