File: control

package info (click to toggle)
tclvfs 1.4.2~20121213-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 1,872 kB
  • ctags: 768
  • sloc: tcl: 7,437; ansic: 1,768; sh: 193; makefile: 55; exp: 12
file content (21 lines) | stat: -rw-r--r-- 791 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
Source: tclvfs
Section: interpreters
Priority: optional
Maintainer: Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper (>> 9.0.0), dpkg-dev (>= 1.16.1~), tcl-dev (>= 8.4.0)
Standards-Version: 3.9.7
Homepage: http://sourceforge.net/projects/tclvfs

Package: tcl-vfs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
Replaces: tclvfs
Conflicts: tclvfs
Provides: tclvfs
Suggests: tcl-memchan, tcl-trf, tcllib
Description: Exposes Tcl's virtual filesystem C API to the Tcl script level
 The tcl-vfs package provides an extension to the Tcl language which
 allows Virtual Filesystems to be built using Tcl scripts only. It
 gives also a collection of such Tcl-implemented filesystems
 (metakit, zip, ftp, tar, http, webdav, namespace, url)