Пакет python-module-peak-util-BytecodeAssembler: Информация

    Исходный пакет: python-module-peak-util-BytecodeAssembler
    Версия: 0.6-alt1.1
    Собран:  15 ноября 2011 г. 22:51
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/BytecodeAssembler/

    Лицензия: PSF or ZPL
    О пакете: peak.util.assembler is a simple bytecode assembler module
    Описание: 
    peak.util.assembler is a simple bytecode assembler module that handles
    most low-level bytecode generation details like jump offsets, stack size
    tracking, line number table generation, constant and variable name index
    tracking, etc. That way, you can focus your attention on the desired
    semantics of your bytecode instead of on these mechanical issues.
    
    In addition to a low-level opcode-oriented API for directly generating
    specific Python bytecodes, this module also offers an extensible mini-AST
    framework for generating code from high-level specifications. This
    framework does most of the work needed to transform tree-like structures
    into linear bytecode instructions, and includes the ability to do
    compile-time constant folding.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-peak-util-BytecodeAssembler (noarch)

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

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

    Права:
    Vitaly Lipatov
    @everybody

      1. rpm-build-python >= 0.8
      2. python-devel = 2.7
      3. python-module-setuptools

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


    20 октября 2011 г. Vitaly Kuznetsov 0.6-alt1.1
    - Rebuild with Python-2.7
    6 октября 2010 г. Vitaly Lipatov 0.6-alt1
    - new version (0.6) import in git
    6 октября 2010 г. Vitaly Lipatov 0.5.2-alt1
    - initial build for ALT Linux Sisyphus