Skip to content

Commit

Permalink
add cl-github.asd and two symlinks for the nisp project.
Browse files Browse the repository at this point in the history
  • Loading branch information
nixeagle committed Feb 1, 2010
1 parent 22d4134 commit ef4da01
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions cl-github.asd
@@ -0,0 +1,27 @@
(in-package :cl-user)
(defpackage #:cl-github-system
(:use :cl :asdf)
(:nicknames :nisp.github-system))
(in-package :cl-github-system)


(defsystem :cl-github
:version "0.1.0"
:author "James S <i@nixeagle.org>"
:maintainer "James S <i@nixeagle.org>"
:license "BSD"
:depends-on (:iterate
:drakma
:cl-json)
:serial t
:components
((:file "package")
(:file "url-utils")
(:file "users")
(:file "repositories")
(:file "issues")
(:file "json")
(:file "github")
(:file "network"))) ;Needs COMMITS and USERS.

;;; end

0 comments on commit ef4da01

Please sign in to comment.