srv/loop.asd

8 lines
297 B
Text
Raw Normal View History

2024-12-05 18:23:19 -03:00
;;; -*- Mode: LISP; Syntax: COMMON-LISP; -*-
(asdf:defsystem :loop
:version "0.1"
:description "An NNTP server for a circle of friends."
:depends-on (:lisp-unit :str :uiop :cl-ppcre :local-time :clsql-sqlite3 :clingon
:filesystem-utils)
2024-12-05 18:23:19 -03:00
:components ((:file "loop")))