# HG changeset patch # User Steve Losh # Date 1587229831 14400 # Node ID deaaa26b726614874aee4c8c735f4243e9ab6711 # Parent 7f2b33e2a7cc7f19e45baeaffe4e5b1f1e58bb6f Add more Lisp projects diff -r 7f2b33e2a7cc -r deaaa26b7266 content/projects.markdown --- a/content/projects.markdown Wed Mar 25 18:44:48 2020 -0400 +++ b/content/projects.markdown Sat Apr 18 13:10:31 2020 -0400 @@ -12,12 +12,15 @@ These are projects that I'm actively maintaining (for now). I'll accept patches for them when I have the time. +* [adopt](https://docs.stevelosh.com/adopt/) is **a** **d**amn **opt**ion parser for Common Lisp. * [badwolf](https://github.com/sjl/badwolf/) is a Vim color scheme. * [beast](https://docs.stevelosh.com/beast/) is a Basic Entity/Aspect/System Toolkit for Common Lisp. +* [bobbin](https://docs.stevelosh.com/bobbin/) is a string-wrapping library for Common Lisp. * [chancery](https://github.com/sjl/chancery/) is a library for procedurally generating text in Common Lisp, heavily inspired by [Tracery](http://tracery.io). * [cl-digraph](https://docs.stevelosh.com/cl-digraph/) is a simple directed graph implementation for Common Lisp. * [cl-ggp](https://docs.stevelosh.com/cl-ggp/) is a tiny framework for writing GGP players in Common Lisp. * [cl-losh](https://github.com/sjl/cl-losh/) is my utility belt library for Common Lisp. +* [cl-netpbm](https://docs.stevelosh.com/cl-netpbm/) is a pure Common Lisp library for reading and writing the [netpbm image formats (PPM, PGM, and PBM)](https://en.wikipedia.org/wiki/Netpbm_format). * [cl-pcg](https://docs.stevelosh.com/cl-pcg/) is a [permuted congruential generator](http://www.pcg-random.org/) implementation in pure Common Lisp. * [clam.vim](https://github.com/sjl/clam.vim) is a lightweight Vim plugin for working with shell commands. * [d](https://docs.stevelosh.com/d/) is a tool for writing documentation in Markdown.