rbardou / funweb

Simple web development using js_of_ocaml.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Funweb

Funweb is a library which provides simple web development tools for OCaml. It is based on js_of_ocaml.

See the blog post: http://romain.bardou.fr/blog/Funweb.html

Compile

Just run:

make

You can also compile the documentation:

make doc

It is then available in:

_build/funweb.docdir/index.html

Examples

Running make also compiles the examples. Run them by opening the .html files in the examples folder.

License

Funweb is released under the MIT license. See the LICENSE file.

About

Simple web development using js_of_ocaml.

License:MIT License


Languages

Language:OCaml 98.5%Language:Makefile 1.5%