Пакет picoc: Информация

    Исходный пакет: picoc
    Версия: 2.1.9-alt1
    Собран:  29 сентября 2022 г. 6:04
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: https://gitlab.com/zsaleeba/picoc

    Лицензия: New BSD License
    О пакете: PicoC is a very small C interpreter for scripting
    Описание: 
    PicoC is a very small C interpreter for scripting.
    It was originally written as the script language
    for a UAV's on-board flight system.
    It's also very suitable for other robotic, embedded and non-embedded applications.
    
    The core C source code is around 4500 lines of code.
    It's not intended to be a complete implementation of ISO C
    but it has all the essentials. When compiled it only takes a few k of code space
    and is also very sparing of data space.
    This means it can work well in small embedded devices.
    It's also a fun example of how to create a very small language implementation
    while still keeping the code readable.
    
    picoc has been tested on x86-32, x86-64, powerpc, arm,
    ultrasparc, HP-PA and blackfin processors and is easy to port to new targets.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    picoc (e2kv6, e2kv5, e2kv4, e2k)
    picoc-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov

      1. libreadline-devel

    Последнее изменение


    15 декабря 2018 г. Vitaly Lipatov 2.1.9-alt1
    - build latest git
    25 октября 2013 г. Vitaly Lipatov 2.1-alt1
    - initial build for ALT Linux Sisyphus