Skip to content

Commit 7950e0a

Browse files
committed
Update .opam
1 parent 8266e8c commit 7950e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocsigenserver.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "ocsigenserver"
33
version: "6.0.0"
44
maintainer: "[email protected]"
55
synopsis: "A full-featured and extensible Web server"
6-
description: "Ocsigen Server implements most features of the HTTP protocol, and has a very powerful extension mechanism that makes it very easy to plug your own OCaml modules for generating pages. Many extensions are already implemented, like a reverse proxy, content compression, access control, authentication, etc."
6+
description: "Ocsigen Server is a Web Server that can be used either as a library for OCaml or as an executable (taking its configuration from a file). It has a very powerful extension mechanism that makes it very easy to plug your own OCaml modules for generating pages. Many extensions are already implemented, like a reverse proxy, content compression, access control, authentication, etc."
77
88
homepage: "http://ocsigen.org/ocsigenserver/"
99
bug-reports: "https://github.com/ocsigen/ocsigenserver/issues/"

0 commit comments

Comments
 (0)