File: control

package info (click to toggle)
elfrc 0.7-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: ansic: 751; makefile: 81
file content (18 lines) | stat: -rw-r--r-- 673 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: elfrc
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.0

Package: elfrc
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: convert arbitrary files into elf objects
 elfrc is a program which can turn arbitrary files into ELF
 object files which can then be linked into your program
 directly and accessed via simple, user-defined symbol names.
 .
 For instance, it's possible to embed even huge (16MB+) files
 directly into the executable and then access the data in constant
 time without making the compiler or linker eat loads of memory.