repo.or.cz
/
cl-llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://repo.or.cz/srv/git/cl-llvm
[cl-llvm.git]
/
cl-llvm.asd
blob
cd9b03af8e4cc48462d9545c82e3eb61ffae2593
1
;; -*- Lisp -*-
2
3
(defsystem :cl-llvm
4
:author "James Knight"
5
:depends-on (:cffi)
6
:version "0.1"
7
:components
8
((:module "src"
9
:serial t
10
:components ((:file "load-c-lib")
11
(:module "generated"
12
:components ((:file "core")
13
(:file "analysis")
14
(:file "execution-engine")
15
(:file "target")
16
(:file "transforms-scalar")))
17
(:file "stuff")))))