Manufacturer: overcq
Contact the manufacturer: overcq@int.pl
Source code: https://github.com/overcq/oux
Description: https://overcq.ct8.pl/oux-c-plus.html
Report vulnerabilities: https://github.com/overcq/oux/security/advisories or via e‐mail: overcq@int.pl
OUX/C+ 3. Detailed version in git log.
The product is developed in Debian (inside Windows Subsystem for Linux) and tested in FreeBSD, NetBSD, OpenBSD.
The product is intended for software development in unix-like systems (also inside Windows Subsystem for Linux).
Parts inside modules:
- memory manager: mem-blk.cx
- memory tables: mem-tab.cx
- read and write files: mem-file.cx
- fork exec sequence: flow-fork.cx
- text manipulation routines: text.cx
- text parser: text-syntax.cx
- universal user interface: ui.cx
- graphical user interface: “gui-wayland” module
- text user interface: “tui” module
- big floating-point numbers: math-bignum.cx
and more…
Developing software using this product requires developer experience. Good programming practices in C+ should be used.
This product uses external libraries (source code available through the operating systemʼs package system):
- “libc” and related libraries
- “ncurses” unicode
- OpenSSL
- “wayland”
This product has been built using unix-like tools, in particular:
- “apropos”
- “awk”
- “clang” or “gcc”
- “grep”
- “install”
- “libtool”
- GNU “make”
- “man”
- “mktemp”
- “perl”
- “printf”
- “rm”
- shell
- “sleep”
- “sort”
- “uniq”
- “xargs”
- “Xdialog”
- “xterm”
Technical security support at: https://overcq.ct8.pl/oux-c-plus.html and via e‐mail: overcq@int.pl
Issues at: https://github.com/overcq/oux/issues
Product support continues for the latest git release.
Fetching for first use can be done with a command, for example git clone https://github.com/overcq/oux.git.
To build the project, it is required to have the “man” documentation installed in the operating system.
The user should make regular updates, e.g. with a command git pull && make, then as “root”: make install. Then follow the appropriate update and installation instructions for the products that depend on the current one.
Before using this commands can be executed as “root”: make uninstall and/or as the user: make clean, to remove any remaining intermediate files that depend on source files that have been removed in the new product version.
To completely remove the product from the userʼs device, execute, for example, as “root”: make uninstall, then as the user: rm -fr oux.
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)