Package zuo: Information

    Source package: zuo
    Version: 1.0.racket8.8-alt1
    Build time:  Apr 8, 2023, 02:57 AM
    Report package bug
    License: Apache-2.0MIT
    Summary: A tiny Racket for scripting
    Description: 
    Zuo: A Tiny Racket for Scripting
    
    You should use Racket to write scripts. But what if you need something
    much smaller than Racket for some reason - or what if you're trying to
    script a build of Racket itself? Zuo is a tiny Racket with primitives
    for dealing with files and running processes, and it comes with a
    make-like embedded DSL.
    
    Zuo is a Racket variant in the sense that program files start with
    \#lang, and the module path after #lang determines the parsing and
    expansion of the file content. That's how the make-like DSL is defined,
    and even the base Zuo language is defined by layers of #langs. One of
    the early layers implements macros.

    List of rpms provided by this srpm:
    zuo (e2kv6, e2kv5, e2kv4, e2k)
    zuo-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Anton Zhukharev

    List of contributors:
    Anton Zhukharev

      1. /proc

    Last changed


    March 12, 2023 Anton Zhukharev 1.0.racket8.8-alt1
    - Updated to Racket v8.8.
    Oct. 7, 2022 Anton Zhukharev 1.0-alt3.gitd12bbec6
    - enable check
    Oct. 6, 2022 Anton Zhukharev 1.0-alt2.gitd12bbec6
    - add %autoreconf