DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtcc-dev
BeschreibungFast library for dynamic code generation
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.9.25-5
Sektionlibdevel
Prioritätoptional
Installierte Größe232 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerAurélien GÉRÔME
Quelletcc
Paketgröße97784 Byte
Prüfsumme MD5fd1506c763de8b7d6cef624517fa737a
Prüfsumme SHA1cddd4a691fb85bfdb75f24bb68c72c2f6c06036f
Prüfsumme SHA256382c0607c799dade2995e655909248b6eca7845bd933bb89842432c40e89590d
Link zum Herunterladenlibtcc-dev_0.9.25-5_i386.deb
Ausführliche BeschreibungLibtcc is a library that uses tcc, a compiler several times faster than 'gcc -O0' to perform dynamic code generation. It exposes in its API all operations tcc performs to generate a binary from sources: setting header and library paths, compiling program from a source file, manipulating its symbols and handling relocation of its code among other things. Libtcc is also able to compile from a buffer. . This package contains the static library and header file for TCC (Tiny C Compiler). . NOTE: libtcc is still somewhat experimental and is not recommended for production use. The code it generates is much less optimized than what GCC produces, and compiler bugs can have serious security consequences for your program.


Impressum
Linux is a registered trademark of Linus Torvalds