;; This software is Copyright (c) 2007
;; Sasha Kovar <sasha-lisp@arcocene.org>.
;; Sasha grants you the rights to distribute
;; and use this software as governed by the terms
;; of the Lisp Lesser GNU Public License
;; (http://opensource.franz.com/preamble.html),
;; known as the LLGPL.


(defpackage #:cl-rsvg
  (:nicknames :rsvg)
  (:use :cl :asdf :cffi))
