File: control

package info (click to toggle)
slcurl 0.2.2~pre.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 672 kB
  • sloc: sh: 3,158; ansic: 1,620; makefile: 213
file content (22 lines) | stat: -rw-r--r-- 810 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: slcurl
Section: interpreters
Priority: optional
Maintainer: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
               libslang2-dev,
               libcurl4-gnutls-dev
Standards-Version: 4.6.1
Homepage: https://jedsoft.org/slang/modules/curl.html
Vcs-Git: https://salsa.debian.org/debian/slcurl.git
Vcs-Browser: https://salsa.debian.org/debian/slcurl
Rules-Requires-Root: no

Package: slang-curl
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: slsh | jed | slrn
Description: transfer files using HTTP and FTP from S-Lang
 The S-Lang curl module makes use of the cURL library to provide the
 S-Lang interpreter the ability to transfer files in a simple but
 robust manner using a variety of protocols including FTP and HTTP.