About

GlacierPeak is a lib built and maintained by Piet van Noorden in Amsterdam.

It started as a script I kept rewriting for personal projects. At some point the script grew enough conventions that it made sense to give it a name, write tests, and put it somewhere public.

The source is available under Apache-2.0. Contributions are welcome; open an issue first so we don't duplicate effort.

Design principles

Small surface area. The public API stays minimal so upgrades don't break projects. I'd rather say no to a feature than add something I can't maintain.

No surprises. Default behavior should be what most people want. Configuration options exist but you shouldn't need them on day one.

Contact

hello [at] glacierpeak.icu — I read everything; replies may be slow.