clim-demo.lisp 308 B

123456789
  1. (in-package :lilu-launcher)
  2. (register-application "clim-demo" 'standard-mcclim-application
  3. :pretty-name "Clim Demo"
  4. :icon nil
  5. :home-page "https://github.com/robert-strandh/McCLIM"
  6. :git-repo "https://github.com/robert-strandh/McCLIM.git"
  7. :system-name "clim-examples")