1 ;; -*- mode: lisp; coding: utf-8 -*-
2 ;; Copyright Leo Butler (leo.butler@member.fsf.org) 2015
3 ;; Released under the terms of GPLv3+
5 (mk:defsystem unicodedata
6 :source-pathname (maxima::maxima-load-pathname-directory)
7 :binary-pathname (maxima::maxima-objdir "share" "contrib" "unicodedata")
8 :source-extension "lisp"
10 ((:file "unicodedata") (:file "grind-patch")))