Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / Swerve.adoc
CommitLineData
7f918cf1
CE
1Swerve
2======
3
4http://ftp.sun.ac.za/ftp/mirrorsites/ocaml/Systems_programming/book/c3253.html[Swerve]
5is an HTTP server written in SML, originally developed with SML/NJ.
6<:RayRacine:> ported Swerve to MLton in January 2005.
7
8<!Attachment(Swerve,swerve.tar.bz2,Download)> the port.
9
10Excerpt from the included `README`:
11____
12Total testing of this port consisted of a successful compile, startup,
13and serving one html page with one gif image. Given that the original
14code was throughly designed and implemented in a thoughtful manner and
15I expect it is quite usable modulo a few minor bugs introduced by my
16porting effort.
17____
18
19Swerve is described in <!Cite(Shipman02)>.