diff options
author | bd <bdunahu@operationnull.com> | 2025-04-09 19:26:51 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-09 19:26:51 -0400 |
commit | 6ba1871c3825e17d33b96ffd3051239dfe18d61a (patch) | |
tree | 5cfca6ae1a6885dfde5d3ff003467d6b3c40fc44 /rva.asd | |
parent | 4df084d3e2785412eb086fb02ac10be5def695d1 (diff) |
Saving first part of large rewrite
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") |