mirror of
https://github.com/oasislinux/oasis.git
synced 2025-12-14 20:35:43 +01:00
92 lines
1.0 KiB
Lua
92 lines
1.0 KiB
Lua
return {
|
|
core={
|
|
'awk',
|
|
'bc',
|
|
'byacc',
|
|
'bzip2',
|
|
'cacert',
|
|
'curl',
|
|
'e2fsprogs',
|
|
'git',
|
|
'hotplugd',
|
|
'iproute2',
|
|
'kbd',
|
|
'lua',
|
|
'mandoc',
|
|
'oksh',
|
|
'openbsd',
|
|
'openntpd',
|
|
'openssh',
|
|
'pax',
|
|
'perp',
|
|
'pigz',
|
|
'rc',
|
|
'samurai',
|
|
'sbase',
|
|
'sdhcp',
|
|
'sinit',
|
|
'skeleton',
|
|
'syslogd',
|
|
'tz',
|
|
'ubase',
|
|
'util-linux',
|
|
'xz',
|
|
},
|
|
extra={
|
|
'file',
|
|
'fuse',
|
|
'less',
|
|
'netbsd-curses',
|
|
'python',
|
|
'squashfs-tools-ng',
|
|
'the_silver_searcher',
|
|
'unzip',
|
|
'vis',
|
|
'zstd',
|
|
},
|
|
devel={
|
|
'binutils',
|
|
'cproc',
|
|
'flex',
|
|
'linux-headers',
|
|
'make',
|
|
'man-pages-posix',
|
|
'musl',
|
|
'nasm',
|
|
'qbe',
|
|
'strace',
|
|
'wayland',
|
|
},
|
|
media={
|
|
'alsa-lib',
|
|
'ffmpeg',
|
|
'mpv',
|
|
'tinyalsa',
|
|
'yt-dlp',
|
|
},
|
|
net={
|
|
'acme-client',
|
|
'catgirl',
|
|
'ii',
|
|
'msmtp',
|
|
'nginx',
|
|
'nsd',
|
|
'pounce',
|
|
'sshfs',
|
|
'transmission',
|
|
'wpa_supplicant',
|
|
},
|
|
desktop={
|
|
'adobe-source-fonts',
|
|
'dmenu',
|
|
'mupdf',
|
|
'netsurf',
|
|
'libinput',
|
|
'st',
|
|
'swc',
|
|
'terminus-font',
|
|
'velox',
|
|
'xkeyboard-config',
|
|
},
|
|
}
|