Skip to content
Snippets Groups Projects
Commit 2dede94c authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

system defintion: provide system definition stubs for ASDF

parent fc8fddc9
No related branches found
No related tags found
No related merge requests found
(in-package #:asdf-user)
(defsystem #:franz-clim2
:description "CLIM 2 implementation released by Franz Inc."
:license "BSD-4-Clause"
:depends-on (#:franz-clim2/core))
(defsystem #:franz-clim2/core
:description "Core functionality (doesn't contain backends).")
(defsystem #:franz-clim2/postscript
:description "Draw-only backend as defined in the specification.")
(defsystem #:franz-clim2/clx-backend
:description "Reference backend for X-Window system.")
(defsystem #:franz-clim2/examples
:description "Applications bundled in franz-clim2 repository.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment