README.md (1095B)
1 opkg 2 ==== 3 4 This repo is adapted from [oasis][] but rather than installing as 5 an OS it is meant to be installed alongside your existing system. 6 7 The majority of things are unchanged. Most notably: 8 9 * All packages are *statically linked!* 10 11 Changes 12 ------- 13 * The set of packages is curated to my personal preferences. 14 * OpenBSD `xargs` instead of sbase for parallel processing support. 15 * cmark was replaced with [md4c][]. 16 17 Additional Packages 18 ------------------- 19 * [hyx][] - tiny hex editor 20 * [libgit2][] - no network support; needed for stagit. 21 * [optipng][] - PNG image optimizer 22 * [spm][] - simpler pass 23 * [stagit][] - static webpage generator for git repos. 24 * [u-config][] - tiny pkg-config clone that doesn't require libc on amd64. 25 26 [hyx]: https://yx7.cc/code/ 27 [libgit2]: https://github.com/libgit2/libgit2 28 [md4c]: https://github.com/mity/md4c 29 [oasis]: https://github.com/oasislinux/oasis 30 [optipng]: https://optipng.sourceforge.net/ 31 [spm]: https://github.com/rnpnr/spm 32 [stagit]: https://git.codemadness.org/stagit/file/README.html 33 [u-config]: https://github.com/skeeto/u-config/