mhuebner/ucode-next

Project ID: 157180

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.

NOTE: This repository provides ucode from the master-branch of the github repo. It might be unstable.

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:

  1. sudo dnf install dnf-plugins-core (if you have this installed already, you may skip this)
  2. 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:

  1. sudo dnf install ucode-next

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 40 aarch64 (0)*, ppc64le (0)*, x86_64 (0)* Fedora 40 (12 downloads)
Fedora 41 aarch64 (0)*, ppc64le (0)*, x86_64 (0)* Fedora 41 (10 downloads)
Fedora rawhide aarch64 (0)*, ppc64le (0)*, x86_64 (0)* Fedora rawhide (16 downloads)

* Total number of downloaded packages.


Last Build

No builds...

Quick Enable

#> dnf copr enable mhuebner/ucode-next
More info about enabling Copr repositories

Other Actions