File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- (ql :quickload :ql-meta )
1
+ (ql :quickload :quicksys )
2
2
(ql :quickload :staple :silent t )
3
3
4
- (staple :generate :ql-meta
5
- :packages ' (# :ql-meta ))
4
+ (staple :generate :quicksys
5
+ :packages ' (# :quicksys ))
6
6
(sb-ext :exit :code 0 )
Original file line number Diff line number Diff line change 1
1
; ;;; quicksys.asd
2
2
3
3
(asdf :defsystem # :quicksys
4
- :description " QUICKSYS tracks multiple Quicklisp distributions"
4
+ :description " QUICKSYS install systems from multiple Quicklisp distributions"
5
5
:author " Manoel Vilela & Lucas Vieira"
6
6
:license " MIT"
7
7
:version " 0.1.0"
8
- :homepage " https://github.com/commonlispbr/quicklisp-meta "
9
- :bug-tracker " https://github.com/commonlispbr/quicklisp-meta /issues"
10
- :source-control (:git " https://github.com/commonlispbr/quicklisp-meta .git" )
8
+ :homepage " https://github.com/commonlispbr/quicksys "
9
+ :bug-tracker " https://github.com/commonlispbr/quicksys /issues"
10
+ :source-control (:git " https://github.com/commonlispbr/quicksys .git" )
11
11
:serial t
12
12
:pathname " src"
13
13
:depends-on (:quicklisp )
You can’t perform that action at this time.
0 commit comments