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