3 ;;;; cl-vectors -- Rasterizer and paths manipulation library
4 ;;;; Copyright (C) 2007 Frédéric Jolliton <frederic@jolliton.com>
6 ;;;; This library is free software; you can redistribute it and/or
7 ;;;; modify it under the terms of the Lisp Lesser GNU Public License
8 ;;;; (http://opensource.franz.com/preamble.html), known as the LLGPL.
10 ;;;; This library is distributed in the hope that it will be useful, but
11 ;;;; WITHOUT ANY WARRANTY; without even the implied warranty of
12 ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lisp
13 ;;;; Lesser GNU Public License for more details.
15 (defpackage #:cl-aa-system
18 (in-package #:cl-aa-system)
21 :description "cl-aa: polygon rasterizer"
23 :author "Frederic Jolliton <frederic@jolliton.com>"
24 :license "LLGPL (http://opensource.franz.com/preamble.html)"
25 :components ((:file "aa")))