diff options
author | riton <riton@riton.home> | 2025-08-03 22:30:14 +0300 |
---|---|---|
committer | riton <riton@riton.home> | 2025-08-03 22:30:14 +0300 |
commit | 9b0fc84a66c01972b0756847d849eeea7176f296 (patch) | |
tree | c17ba5c90fb9ac4ca58525a27eed74f55257fe47 /dağ.asd | |
parent | 1a50e1182bb4e9449845908276967cd965a34710 (diff) |
class dolduran json parser
Diffstat (limited to 'dağ.asd')
-rw-r--r-- | dağ.asd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ (defsystem dağ :author "Emre Akan" :description "Web frameworkü" - ;; :depends-on () + :depends-on (closer-mop) :pathname "src/" :components ((:file "main") (:module "json" |