aboutsummaryrefslogtreecommitdiff
path: root/nx-mosaic.asd
blob: 98bdecdec837c0de318d1e8d559265b3849ed5d3 (plain)
1
2
3
4
5
6
7
8
9
(defsystem #:nx-mosaic
  :description "nx-mosaic is an extensible and configurable new-buffer page for Nyxt."
  :author "conses"
  :license "BSD 3-Clause"
  :version "0.0.1"
  :serial t
  :depends-on (#:nyxt)
  :components ((:file "package")
               (:file "mosaic")))