2024-12-05 19:03:09 -03:00
|
|
|
;;; -*- Mode: LISP; Syntax: COMMON-LISP; -*-
|
2024-12-17 15:21:47 -03:00
|
|
|
(asdf:defsystem :LOOP
|
2024-12-21 11:21:29 -03:00
|
|
|
:version "a89e088"
|
2024-12-05 19:03:09 -03:00
|
|
|
:description "An NNTP server for a circle of friends."
|
|
|
|
:depends-on (:lisp-unit :str :uiop :cl-ppcre :local-time :clsql-sqlite3 :clingon
|
2024-12-12 19:06:53 -03:00
|
|
|
:filesystem-utils :ironclad/digest/sha256)
|
2024-12-05 19:03:09 -03:00
|
|
|
:components ((:file "loop")))
|