Loading asdf-encodings.asd +1 −1 Original line number Diff line number Diff line ;;; -*- Mode: Lisp ; Base: 10 ; Syntax: ANSI-Common-Lisp -*- (defsystem "asdf-encodings" :defsystem-depends-on ((:version "asdf" "3.0")) ;; :defsystem-depends-on ((:version "asdf" "3.0")) :description "Portable interface to character encodings and your implementation's external-format" :author "Francois-Rene Rideau" :components Loading Loading
asdf-encodings.asd +1 −1 Original line number Diff line number Diff line ;;; -*- Mode: Lisp ; Base: 10 ; Syntax: ANSI-Common-Lisp -*- (defsystem "asdf-encodings" :defsystem-depends-on ((:version "asdf" "3.0")) ;; :defsystem-depends-on ((:version "asdf" "3.0")) :description "Portable interface to character encodings and your implementation's external-format" :author "Francois-Rene Rideau" :components Loading