File: cl-ftp.asd

package info (click to toggle)
cl-ftp 1.6.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 148 kB
  • sloc: lisp: 1,122; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;;; -*- Mode: Lisp -*-
;;;; See LICENSE file for copyright details.

(asdf:defsystem "cl-ftp"
    :name "cl-ftp"
    :author "Matthew Danish <mdanish@andrew.cmu.edu>"
    :version "1.6.0"
    :maintainer "pinterface <pix@kepibu.org>"
    :licence "MIT/X style"
    :description "FTP library"
    :long-description "Provides FTP client functionality"
    :components ((:file "ftp"))
    :depends-on (split-sequence usocket))