Web and mobile development in OCaml
Web and mobile development in OCaml
This organization aims to collaboratively build a comprehensive and coherent set of libraries for the OCaml language, to build Web sites, Web apps and mobile apps. Some libraries include:
- Lwt the popular concurrency library for OCaml
- Js_of_ocaml the OCaml to Javascript compiler
- Eliom, the full-stack Web and mobile app framework for OCaml
- Ocsigen Server a powerful and extensible Web server, with lots of extensions
- Ocsigen Start a library and code generator for building a ready-to-go Eliom application
- Ocsigen Toolkit a set of widgets for your mobile and Web apps, compatible with Eliom's client-server model
- TyXML generates statically typed-checked HTML (or SVG)
- Ocsigen-i18n internationalisation library for OCaml
- Ocsipersist persistent storage for OCaml, based on DBM, sqlite or postgresql
More information on ocsigen.org.
Complete overview of application development in OCaml.
We follow the OCaml community's code of conduct, see our copy in this repository. This applies to all repositories under the Ocsigen organisation (even if they don't have a CODE_OF_CONDUCT.md in the source code yet).
Pinned Loading
Repositories
Showing 10 of 59 repositories
-
ocsigen-start Public
Ocsigen-start: Higher-level library to develop Web and mobile applications with users, (pre)registration, notifications, etc.
-
eliom Public
Multi-tier framework for programming web and mobile applications in OCaml.
-
tyxml Public
Build valid HTML and SVG documents
-
ocsigen-i18n Public
Internationalisation library for Web applications (server and/or client)
-
reactiveData Public
Functional reactive programming with incremental changes in data structures