(defpackage :shark-profile-system (:use :cl :asdf)) (in-package :shark-profile-system) (defsystem "shark-profile" :description "profiling for sbcl on mac os x using shark" :version "0.0.1" :author "Will M. Farr " :licence "BSD" :components ((:file "packages") (:file "shark-profile" :depends-on ("packages"))))