File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11(asdf :defsystem " polymorphic-functions-lite"
22 :license " MIT"
3- :version " 0.5.1 " ; beta
3+ :version " 0.5.2 " ; beta
44 :author " Shubhamkar Ayare (shubhamayare@yahoo.co.in)"
55 :description " Variant of polymorphic-functions with no support for static dispatch. This lets it have minimal dependencies."
66 :depends-on (" alexandria"
Original file line number Diff line number Diff line change 11(asdf :defsystem " polymorphic-functions"
22 :license " MIT"
3- :version " 0.5.1 " ; beta
3+ :version " 0.5.2 " ; beta
44 :author " Shubhamkar Ayare (shubhamayare@yahoo.co.in)"
55 :description " Type based dispatch for Common Lisp"
66 :depends-on (" polymorphic-functions-lite"
2929 (FIVEAM:RUN! :POLYMORPHIC-FUNCTIONS))" )))))
3030
3131(defsystem " polymorphic-functions/specializing"
32- :depends-on (" polymorphic-functions" )
32+ :depends-on (" polymorphic-functions"
33+ " trivial-garbage" )
3334 :description " Defines the polymorphic-functions:specializing macro"
3435 :pathname " src/nonlite/"
3536 :components ((:file " specializing" )))
You can’t perform that action at this time.
0 commit comments