[Gauche-devel] Extension package registry
R7RS Scheme scripting engine
Status: Beta
Brought to you by:
shirok
|
From: Shiro K. <shi...@gm...> - 2026-01-06 07:30:01
|
It's been long overdue, but finally Gauche webpage lists extension packages. https://practical-scheme.net/gauche/packages.html We keep the URLs to the public repository of each package, and fetch package.scm in the source to extract meta information. I added packages whose repository I could find with package.scm. Some packages in the wiki page predate package.scm and aren't added. The list of packages are maintained here: https://github.com/practical-scheme/Gauche-package-repository-index/tree/main/packages Each file of the package name consists of one line of its repository URL. If you find missing packages, or some packages to be added, give me a pull request. (The package repo doesn't need to be on GitHub. In fact, some packages are on GitLab. For the time being, it needs to be a git repo, though.) Here's some context of this structure. https://blog.practical-scheme.net/gauche/20260106-extension-registry |