-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
(lang dune 3.6) | ||
|
||
(name eliom) | ||
(version 10.2.0) | ||
(version 10.3.0) | ||
(maintainers [email protected]) | ||
(authors [email protected]) | ||
(license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception") | ||
|
||
(package | ||
(name eliom) | ||
(synopsis "Advanced Client/server Web and mobile framework") | ||
(synopsis "Advanced client/server Web and mobile framework") | ||
(description "Eliom is a framework for implementing Web sites and client/server Web and mobile applications. | ||
It uses advanced concepts to simplify the implementation of common behaviors (e.g. scoped sessions, continuation based Web programming ...). | ||
It uses advanced static typing features of OCaml to check many properties of the Web application at compile-time (html, page parameters ...). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters