CuboCore.corepad
corepad 5.0.1
Document editor from the C Suite
https://gitlab.com/cubocore/coreapps/corepadGNU General Public License v3.0 or later
main program: corepadprograms: corepad
Platforms (24)
armv7l-linuxi686-linuxm68k-linuxloongarch64-linuxarmv6l-linuxsh4-linuxmips64-linuxmips64el-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ CuboCore.corepad ];
Ad-hoc shell
nix-shell -p CuboCore.corepad
Flake (nix run)
nix run nixpkgs#CuboCore.corepad