File: control

package info (click to toggle)
elfrc 0.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: ansic: 751; makefile: 81
file content (23 lines) | stat: -rw-r--r-- 780 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: elfrc
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/elfrc.git
Vcs-Browser: https://salsa.debian.org/debian/elfrc

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.