Package zuo: Information
Source package: zuo
Version: 1.0.racket8.8-alt1
Build time: Mar 13, 2023, 10:00 AM in the task #316621
Category: Development/Other
Report package bug| FTBFS | ||
|---|---|---|
| Architecture | FTBFS since | Update |
| x86_64 | April 22, 2026 | July 21, 2026 |
| i586 | April 25, 2026 | July 18, 2026 |
Home page: https://racket-lang.org/
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 RPM packages built from this SRPM:
zuo (x86_64, ppc64le, i586, armh, aarch64)
zuo-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
zuo (x86_64, ppc64le, i586, armh, aarch64)
zuo-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
Maintainer: Anton Zhukharev
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