File: control

package info (click to toggle)
openocd 0.5.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 16,716 kB
  • sloc: ansic: 143,239; sh: 15,414; tcl: 5,758; makefile: 922; asm: 535; perl: 20
file content (20 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: jimtcl
Section: devel
Priority: extra
Maintainer: Steve Bennett <steveb@workware.net.au>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev
Standards-Version: 3.9.1
Homepage: http://jim.berlios.de/
Vcs-Git: git://repo.or.cz/jimtcl.git
Vcs-Browser: http://repo.or.cz/w/jimtcl.git

Package: jimtcl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Jim is an opensource small-footprint implementation of Tcl.
 Jim is an opensource small-footprint implementation of the Tcl programming 
 language. It implements a large subset of Tcl and adds new features like 
 references with garbage collection, closures, built-in Object Oriented 
 Programming system, Functional Programming commands, first-class arrays and
 UTF-8 support. All this with a binary size of about 100-200kB (depending upon 
 selected options).