;;;; -*- coding: utf-8 -*- (asdf:defsystem #:translators :description "The Gendlâ„¢ Translators to/from XML and potentially other high-level KBE and Knowledge formats" :author "Dave Cooper and Genworks International" :license "Gnu Affero General Public License (please see http://www.gnu.org/licenses/)" :serial t :version "20130710" :depends-on (:gwl) #+asdf-encoding :encoding #+asdf-encoding :utf-8 :components ((:file "xml/source/package") (:file "xml/source/genworks") (:file "xml/source/definition-tree") (:file "xml/source/gdl2xml") (:file "xml/source/xml2gdl")))