summaryrefslogtreecommitdiffstats
path: root/projects/index.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-08 17:34:12 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-08 17:37:39 (EST)
commitfa5325937c0ea71dafacec37c2f49c7b8051d415 (patch)
treebdd8fa62f0a09cee61c5753b8afdb5bc52f3176c /projects/index.mdwn
parent2f6819e3dec5b98ddde53f0420c2ea72f83e273b (diff)
downloadwww-fa5325937c0ea71dafacec37c2f49c7b8051d415.zip
www-fa5325937c0ea71dafacec37c2f49c7b8051d415.tar.gz
www-fa5325937c0ea71dafacec37c2f49c7b8051d415.tar.bz2
projects/decmath/index.mdwn: New file
Diffstat (limited to 'projects/index.mdwn')
-rw-r--r--projects/index.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/projects/index.mdwn b/projects/index.mdwn
index 01e3eaf..aba99a0 100644
--- a/projects/index.mdwn
+++ b/projects/index.mdwn
@@ -35,15 +35,19 @@ Active or Otherwise Interesting
[specification](http://www.proteanos.com/dev/archive/layout/).
- [prokit](http://git.proteanos.com/prokit/prokit.git/):
This is prokit, the ProteanOS Development Kit.
+ * Various packages I've written for [Libiquity](http://www.libiquity.com/),
+ including:
+ - [Math::Decimal::FastPP and decmath.js](decmath/):
+ Fast and light decimal math libraries written in Perl and JavaScript.
+ - [Epirts.js](epirts.js/):
+ A free software replacement for Stripe.js implementing a subset of the
+ Stripe.js API.
* [ssic (Server Side Includes Compiler)](ssic/):
ssic processes HTML documents with SSI directives formatted as SGML
comments. It can be used to process documents without an HTTP server for
local browsing or to generate static HTML documents to be efficiently served
by an HTTP server. Documents could even be preprocessed, e.g. by a Markdown
processor, before being parsed with ssic.
- * [Epirts.js](epirts.js/):
- A free software replacement for Stripe.js implementing a subset of the
- Stripe.js API.
* [overworld-rpg](overworld-rpg/):
An untitled experimental overworld role-playing game engine. Written in C
and designed to be visually pleasing, lightweight, and portable.