public
Description: Ex-nunc OCaml web framework
Homepage: http://www.ex-nunc.org/wiki/
Clone URL: git://github.com/evan/ex-nunc.git
name age message
file .gitignore Sun Mar 02 07:40:47 -0800 2008 Breaking changes: introducing a resource list m... [Alessandro Strada]
file LICENSE Sat Feb 02 03:05:37 -0800 2008 Copyright year updated to 2008 [Paolo Donadeo]
file README Mon Jun 12 15:00:40 -0700 2006 Removed real e-mail addresses. Moved LICENSE fi... [Alessandro Strada]
file _tags Thu Feb 07 13:09:00 -0800 2008 "doc" target added to the build.py sc... [Paolo Donadeo]
directory application_framework/ Sun Mar 16 15:42:12 -0700 2008 Xnc_stdlib and Xnc_functional modules moved fro... [Paolo Donadeo]
directory application_server/ Wed Mar 12 15:23:54 -0700 2008 [BUILD SYSTEM] The new unique Myocamlbuild comp... [Paolo Donadeo]
file build.py Sun Mar 16 15:42:12 -0700 2008 Xnc_stdlib and Xnc_functional modules moved fro... [Paolo Donadeo]
directory build/ Sun Feb 03 10:36:11 -0800 2008 Build system based on Python scripts completed [Paolo Donadeo]
directory documentation/ Sun Mar 16 15:42:12 -0700 2008 Xnc_stdlib and Xnc_functional modules moved fro... [Paolo Donadeo]
directory examples/ Sun Feb 10 09:55:53 -0800 2008 Fixed quit_page.xnunc [Alessandro Strada]
file myocamlbuild.ml Wed Mar 12 15:23:54 -0700 2008 [BUILD SYSTEM] The new unique Myocamlbuild comp... [Paolo Donadeo]
directory page_compiler/ Sun Mar 16 15:42:12 -0700 2008 Xnc_stdlib and Xnc_functional modules moved fro... [Paolo Donadeo]
directory tools/ Wed Oct 11 16:09:18 -0700 2006 Added Test_netulex_reader to show how to build ... [Alessandro Strada]
README
========== Ex-nunc ==========

Ex-nunc (pronounced x-noonk) is an open-source framework aimed to help the
development of Web based applications. It is written in Objective Caml, a
language that is compiled, statically typed, strictly evaluated, and uses
automatic memory management.

To install the Ex-nunc demo, please follow the instructions provided in the
INSTALL file, included in examples/demo directory.