File: build-cl-unicode.lisp

package info (click to toggle)
cl-unicode 0.1.5-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,792 kB
  • sloc: lisp: 1,707; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
;;;
;;; Load the cl-unicode system so that files generated by its
;;; build-dependency :build[cl-unicode system are available when packaging.
;;;

(require :asdf)
;(asdf:load-system :asdf)                ; upgrade
(setf asdf:*central-registry*
      (list* '*default-pathname-defaults* asdf:*central-registry*))
(asdf:load-system :cl-unicode)
(quit)