mmontone / cl-forms

Web forms handling library for Common lisp
http://mmontone.github.io/cl-forms
MIT License
41 stars 5 forks source link

Missing dependency #9

Closed rpx99 closed 1 year ago

rpx99 commented 1 year ago

(require :cl-forms.demo)

ASDF could not load cl-forms.demo because Component #:FIVEAM not found, required by #<SYSTEM "cl-forms.test">.

mmontone commented 1 year ago

How about: (ql:quickload :cl-forms.demo) ?

rpx99 commented 1 year ago

Thanks. Was just following the instructions :-)