Skip to content

Commit

Permalink
10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Feb 18, 2024
1 parent b5b866d commit daa15d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
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 ...).
Expand Down
4 changes: 2 additions & 2 deletions eliom.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "10.2.0"
synopsis: "Advanced Client/server Web and mobile framework"
version: "10.3.0"
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 ...).
Expand Down

0 comments on commit daa15d1

Please sign in to comment.