File: control

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 (18 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: cl-ftp
Section: lisp
Priority: optional
Maintainer: Matthew Danish <mrd@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: dh-lisp
Standards-Version: 4.1.5.0
Homepage: https://github.com/pinterface/cl-ftp
Vcs-Git: https://github.com/pinterface/cl-ftp.git
Vcs-Browser: https://github.com/pinterface/cl-ftp

Package: cl-ftp
Architecture: all
Depends: cl-usocket, cl-split-sequence, ${misc:Depends}
Description: Common Lisp FTP library
 Provides basic FTP client functionality to Common Lisp programs as well as
 macros to assist in writing additional functionality, and a few helpful
 utility functions.