File: build-cl-unicode.lisp

package info (click to toggle)
cl-unicode 20231118.git07e7ff5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,896 kB
  • sloc: lisp: 2,162; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
;;;
;;; Load the cl-unicode/build system to generate some lisp source files
;;;

(require :asdf)
(let ((asdf:*central-registry* (list *default-pathname-defaults*))
      (asdf:*user-cache* (merge-pathnames #p"debian/cache/")))
  (asdf:load-system :cl-unicode/build))