forked from fukamachi/clack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
my-projects
19 lines (17 loc) · 806 Bytes
/
my-projects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file is for clbuild2 (http://common-lisp.net/project/clbuild/).
# It helps you to follow the latest version.
# To use clbuild2, just copy this file to your clbuild2 base directory
# and run following commands.
#
# $ clbuild install-from-upstream clack cl-annot cl-syntax cl-test-more
# $ clbuild quickload clack
#
clack get_git git://github.com/fukamachi/clack.git
cl-annot get_git git://github.com/arielnetworks/cl-annot.git
cl-syntax get_git git://github.com/m2ym/cl-syntax.git
cl-test-more get_git git://github.com/fukamachi/cl-test-more.git
# for developers
#clack get_git [email protected]:fukamachi/clack.git
#cl-annot get_git [email protected]:arielnetworks/cl-annot.git
#cl-syntax get_git [email protected]:m2ym/cl-syntax.git
#cl-test-more get_git [email protected]:fukamachi/cl-test-more.git