summaryrefslogtreecommitdiff
path: root/rva.asd
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-07 16:15:31 -0400
committerbd <bdunahu@operationnull.com>2025-04-07 16:15:31 -0400
commit1ba3929b633b35a2131960b5344359478594626a (patch)
treed14caa4848445e06c9ed40d7990607da5eb38b8b /rva.asd
parent458f25364589979cd9099a9ad5fb89932511e78b (diff)
Update README
Diffstat (limited to 'rva.asd')
-rw-r--r--rva.asd5
1 files changed, 3 insertions, 2 deletions
diff --git a/rva.asd b/rva.asd
index f3208e5..75300a8 100644
--- a/rva.asd
+++ b/rva.asd
@@ -4,12 +4,13 @@
(asdf:defsystem #:rva
;; :author ""
;; :license ""
- :version "0.1"
+ :version "0.3"
:homepage "https://github.com/bdunahu/rva"
:description "Assembler for the RISC-V[ECTOR] mini-ISA."
:source-control (:git "git@github.com:bdunahu/rva.git")
:depends-on (:uiop
- :clingon)
+ :clingon
+ :trivia)
:components ((:module "src"
:serial t
:components ((:file "package")