Package selfie: Information

    Source package: selfie
    Version: 180722-alt2
    Latest version according to Repology
    Build time:  May 14, 2024, 04:20 PM in the task #348058
    Category: Education
    Report package bug
    License: BSD
    Summary: Self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.
    Description: 
    The Selfie Project provides an educational platform for teaching
    undergraduate and graduate students the design and implementation of
    programming languages and runtime systems. The focus is on the
    construction of compilers, libraries, operating systems, and even
    virtual machine monitors. The common theme is to identify and resolve
    self-reference in systems code which is seen as the key challenge when
    teaching systems engineering, hence the name.

    List of rpms provided by this srpm:
    selfie (x86_64, ppc64le, aarch64)
    selfie-debuginfo (x86_64, ppc64le, aarch64)

    Maintainer: Alexey Sheplyakov


    ACL:
    George V. Kouryachy
    @everybody

    Last changed


    May 14, 2024 Alexey Sheplyakov 180722-alt2
    - Fixed FTBFS on non-x86 architectures (skip `-m64`: it's default on
      x86_64 and makes no sense on other architectures).
      Build for all 64-bit architectures.
    - Run a basic check (self compilation).
    July 22, 2018 George V. Kouryachy 180722-alt1
    - Initial build