diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T12·07+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T12·07+0000 |
commit | 14b5447aac62c706fdef88055a849c51514c4482 (patch) | |
tree | 4252d99b9047dbf05cd33700965ce389dc74cba2 /README.md | |
parent | c3d930aa7f19456ac2d6bae59a252c963c8a97fe (diff) | |
parent | 2236d43ff7b496616c0072b0f02173e7022d81fa (diff) |
Merge branch 'feat/cheddar-extensions' r/511
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index e4af99dee6f1..ab0c1ece54dd 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Twitter][]. challenges, before I ran out of interest * `tools/blog_cli` contains my tool for writing new blog posts and storing them in the DNS zone +* `tools/cheddar` contains a source code and Markdown rendering tool + that is integrated with my cgit instance to render files in various + views * `ops/kms_pass.nix` is a tiny tool that emulates the user-interface of `pass`, but actually uses Google Cloud KMS for secret decryption * `ops/kontemplate` contains my Kubernetes resource templating tool (with which @@ -34,6 +37,9 @@ Twitter][]. * `nix/buildGo` implements a Nix library that can build Go software in the style of Bazel's `rules_go`. Go programs in this repository are built using this library. +* `nix/buildLisp` implements a Nix library that can build Common Lisp + software. Currently only SBCL is supported. Lisp programs in this + repository are built using this library. * `tools/emacs-pkgs` contains various Emacs libraries that my Emacs setup uses, for example: * `dottime.el` provides [dottime][] in the Emacs modeline |