diff options
author | bd <bdunahu@operationnull.com> | 2025-04-09 09:28:22 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-09 09:28:22 -0400 |
commit | 4df084d3e2785412eb086fb02ac10be5def695d1 (patch) | |
tree | 3738442add750c208c2842df3446733da940c996 /rva.asd | |
parent | 8ceaf87c43d412b758bb7562364f7ae8bee913ae (diff) |
Remove trivia
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") |