Xt templating language (OCaml server) (http://chris.pacejo.net/programs/xt)
root
- CGI.ml
- CGI.mli
- MIME.ml
- MIME.mli
- README
- SAX.ml
- SAX.mli
- URI.ml
- URI.mli
- _tags
- common.ml
- common.mli
- myocamlbuild.ml
- server.ml
- server.mli
- streams.ml
- streams.mli
- unicode.ml
- unicode.mli
- xt.ml
- xt.mli
- xtPg.ml
- xtPg.mli
- xtPgCGI.ml
- xtPgHTTP.ml
Requires recent-ish OCaml (3.10+), findlib, and postgresql-ocaml.
Build using ocamlbuild:
ocamlbuild xtPgCGI.native
or
ocamlbuild xtPgHTTP.native
Copy each binary somewhere after building it, or the next ocamlbuild will
wipe it out.
See http://fstutoring.com/~chris/xt/ for more info.