== Beaker Lab supplies for CHICKEN Scheme. [[toc:]] == Description Beaker is a collection of development tools. It is currently fairly limited, containing only a few programs, a handful of extension libraries, and Nix helpers to make common development tasks easier. If you have an idea for something that would be useful to include, don't hesitate to contact the [[##author|author]]. The project's source is available [[https://git.sr.ht/~evhan/beaker|here]]. == Dependencies #(document-dependencies "beaker.egg") == Programs === chicken-clean #(document-program "chicken-clean.scm" "./chicken-clean -help") === chicken-lint #(document-program "chicken-lint.scm" "./chicken-lint -help") === chicken-lock #(document-program "chicken-lock.scm" "./chicken-lock -help") == Extensions === Repository Management #(document-extension "lib/beaker/repository.scm") === Systems #(document-extension "lib/beaker/system.scm") == Nix Helpers This project also includes some helper functions for the [[https://nixos.org/|Nix]] package manager that make it easy to build CHICKEN programs. #(with-input-from-file "nix.md" read-string) == Links * Sources: [[https://git.sr.ht/~evhan/beaker]] * Issues: [[https://todo.sr.ht/~evhan/beaker]] * Documentation: [[https://api.call-cc.org/5/doc/beaker]] == Author [[/users/evan-hanson|Evan Hanson]] == License #(document-license "LICENSE") [[tags: egg]]