File: control

package info (click to toggle)
tclvfs 1.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,384 kB
  • ctags: 415
  • sloc: tcl: 3,670; xml: 2,882; sh: 2,736; ansic: 1,264; makefile: 57
file content (16 lines) | stat: -rw-r--r-- 618 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: tclvfs
Section: interpreters
Priority: optional
Maintainer: David N. Welton <davidw@debian.org>
Build-Depends: debhelper (>> 4.0.0), tcl8.4-dev
Standards-Version: 3.6.0

Package: tclvfs
Architecture: any
Depends: ${shlibs:Depends} ${misc:Depends}, tcl8.4
Recommends: tcllib
Description: Exposes Tcl 8.4's virtual filesystem C API to the Tcl script level
 The TclVfs project aims to provide an extension to the Tcl language
 which allows Virtual Filesystems to be built using Tcl scripts
 only. It is also a repository of such Tcl-implemented filesystems
 (metakit, zip, ftp, tar, http, webdav, namespace, url)