syslinux
collection of bootloaders (DOS FAT and NTFS bootloader)
syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS
filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems
(EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX).
python3.5
Interactive high-level object-oriented language (version 3.5)
Python is a high-level, interactive, object-oriented language. Its 3.5 version
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
dnsmasq
Small caching DNS proxy and DHCP/TFTP server - system daemon
Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP
server. It is designed to provide DNS and optionally, DHCP, to a
small network. It can serve the names of local machines which are
not in the global DNS. The DHCP server integrates with the DNS
server and allows machines with DHCP-allocated addresses
to appear in the DNS with names configured either in each host or
in a central configuration file. Dnsmasq supports static and dynamic
DHCP leases and BOOTP/TFTP for network booting of diskless machines.
duplicity
encrypted bandwidth-efficient backup
Duplicity backs directories by producing encrypted tar-format volumes
and uploading them to a remote or local file server. Because duplicity
uses librsync, the incremental archives are space efficient and only
record the parts of files that have changed since the last backup.
Because duplicity uses GnuPG to encrypt and/or sign these archives, they
will be safe from spying and/or modification by the server.
gcc-arm-linux-gnueabi
GNU C compiler for the armel architecture
This is the GNU C compiler, a fairly portable optimizing compiler for C.
rustc
Rust systems programming language
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.