diff options
Diffstat (limited to 'rva.asd')
-rw-r--r-- | rva.asd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ :description "Assembler for the RISC-V[ECTOR] mini-ISA." :source-control (:git "git@github.com:bdunahu/rva.git") :depends-on (:uiop - :clingon) + :clingon + :esrap) :components ((:module "src" :serial t :components ((:file "package") |