Пакет pure-doc: Информация

    Исходный пакет: pure-doc
    Версия: 0.3-alt3
    Собран:  29 сентября 2022 г. 18:25
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.google.com/p/pure-lang

    Лицензия: GPLv.3
    О пакете: A simple utility for documenting source code in the Pure programming language
    Описание: 
    pure-doc is a simple utility for literate programming and documenting source
    code written in the Pure programming language. It is designed to be used with
    the excellent docutils_ tools and the gentle markup format supported by these,
    called RST_ a.k.a. "|RST|", usually pronounced "rest".
    
    The basic idea is that you just comment your code as usual, but using RST
    markup instead of plain text. In addition, you can also designate literate
    programming fragments in your code, which will be translated to RST literal
    blocks automatically. You then run pure-doc on your source files to extract
    all marked up comments and the literate code blocks. The resulting RST source
    can then be processed with the docutils utilities like rst2html and
    rst2latex to create the documentation in a variety of formats.

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

    Сопровождающий: George V. Kouryachy

    Список участников:
    Pavel Moseev
    Aleksei Nikiforov
    George V. Kouryachy

      1. /usr/bin/rst2html
      2. flex
      3. gcc-c++

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


    14 февраля 2019 г. Pavel Moseev 0.3-alt3
    - no return statement in the non-void function fixed (according g++8)
    5 сентября 2018 г. Aleksei Nikiforov 0.3-alt2
    - NMU: rebuilt with new python-module-docutils.
    16 апреля 2009 г. George V. Kouryachy 0.3-alt1
    - Initial build from scratch