Description
The ucode language is a small, general-purpose scripting language that resembles ECMAScript syntax. It can be used as a standalone interpreter or embedded into host applications. Ucode supports template mode with control flow and expression logic statements embedded in Jinja-like markup blocks.
This package provides the ucode intepreter and compiler to your system.
Installation Instructions
If you want to install ucode on fedora, you will need to enable this repo. This can be achieved in two easy steps:
sudo dnf install dnf-plugins-core
(if you have this installed already, you may skip this)sudo dnf copr enable mhuebner/ucode
You will be asked, wether you really want to add this repo. Press Y
for confirming.
Finally, you can install ucode in the usual way:
sudo dnf install ucode
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 39 | aarch64 (8)*, ppc64le (10)*, x86_64 (12)* | Fedora 39 (0 downloads) |
Fedora 40 | aarch64 (11)*, ppc64le (7)*, x86_64 (14)* | Fedora 40 (14 downloads) |
Fedora 41 | aarch64 (10)*, ppc64le (9)*, x86_64 (9)* | Fedora 41 (13 downloads) |
Fedora rawhide | aarch64 (9)*, ppc64le (9)*, x86_64 (11)* | Fedora rawhide (12 downloads) |
* Total number of downloaded packages.