Skip to content

Commit

Permalink
update cffi, add clws
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas de Grivel committed Dec 15, 2012
1 parent 3641346 commit e648cce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion most-recent-manifest.lisp
Expand Up @@ -107,7 +107,7 @@
'git-repo
:name :cffi
:additional-packages '(:cffi-grovel)
:url "http://common-lisp.net/r/projects/cffi/cffi.git")
:url "https://github.com/cffi/cffi.git")

(make-instance
'git-repo
Expand Down Expand Up @@ -801,3 +801,8 @@
'git-repo
:name :nibbles
:url "https://github.com/froydnj/nibbles.git")

(make-instance
'git-repo
:name :clws
:url "https://github.com/3b/clws.git")

0 comments on commit e648cce

Please sign in to comment.