File: control

package info (click to toggle)
tiemu 3.04~git20110801-nogdb%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 9,208 kB
  • sloc: ansic: 33,043; sh: 9,905; cpp: 1,077; makefile: 541; xml: 71; sed: 16
file content (50 lines) | stat: -rw-r--r-- 1,955 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: tiemu
Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas B. Mundt <andi@debian.org>
Build-Depends: debhelper (>= 11.0.0),
               gettext,
               groff-base,
               libarchive-dev,
               libdbus-glib-1-dev,
               libglade2-dev,
               libgtk2.0-dev,
               libsdl1.2-dev (>= 1.2.0),
               libticables-dev (>= 1.3.5),
               libticalcs-dev (>= 1.1.9),
               libticonv-dev (>= 1.1.5),
               libtifiles-dev (>= 1.1.7),
               texinfo,
               zlib1g-dev
Standards-Version: 4.2.1
Homepage: https://github.com/debrouxl/tiemu
Vcs-Git: https://salsa.debian.org/science-team/tiemu.git
Vcs-Browser: https://salsa.debian.org/science-team/tiemu

Package: tiemu
Architecture: any
Depends: sensible-utils, ${misc:Depends}, ${shlibs:Depends}
Replaces: gtktiemu
Conflicts: gtktiemu, tiemu-gdb
Suggests: tiemu-skinedit
Description: Texas Instruments calculators emulator (without GDB)
 TiEmu emulates Texas Instruments calculators TI-89/92/92+/V200PLT.
 .
 It is based on XTiger, the original TI emulator for Linux, which
 uses the 68k emulation core from UAE (The Ultimate Amiga Emulator).
 .
 You need to either dump the ROM of your calculator (you can do so
 with TiLP), or get a FLASH upgrade from Texas Instrument (see the software
 section concerning your calculator, then download the archive and
 extract the file) to use this emulator. There are *no* TI ROMs provided
 in this package, as they are copyrighted by Texas Instruments, Inc.
 .
 However, a free (as in speech) ROM is now provided with TiEmu, namely
 PedRom. Try it out!
 .
 This version includes a VTI-style assembly debugger.
 .
 Please note it exists another version (tiemu-gdb) not provided on Debian
 itself which includes a GDB-style assembly debugger for use with TIGCC
 and/or KTIGCC.