;;;; -*- Mode: LISP -*- (in-package :asdf) (defsystem :eutils :name "http://eutils.ncbi.nlm.nih.gov/entrez/query/static/eutils_help.html" :author "Alan Ruttenberg" :components ((:file "eutils") (:jar-directory "jena" :pathname "lsw:extlib;pellet-lib;")) :depends-on (xptest util xmls)) ;;;; eof