summaryrefslogtreecommitdiffstats
path: root/projects/index.mdwn
diff options
context:
space:
mode:
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.