Skip to content

Commit 0bda710

Browse files
author
Jan Rochel
committed
release 2.10
1 parent ae1ea02 commit 0bda710

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

opam

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
opam-version: "1.2"
1+
opam-version: "2.0"
22
name: "ocsigenserver"
3-
version: "dev"
3+
version: "2.10"
44
maintainer: "[email protected]"
5+
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."
57
68
homepage: "http://ocsigen.org/ocsigenserver/"
79
bug-reports: "https://github.com/ocsigen/ocsigenserver/issues/"
810
license: "LGPL-2.1 with OCaml linking exception"
9-
dev-repo: "https://github.com/ocsigen/ocsigenserver.git"
11+
dev-repo: "git+https://github.com/ocsigen/ocsigenserver.git"
1012
build: [
1113
[
1214
"sh"
@@ -43,6 +45,7 @@ remove: [
4345
["rm" "-f" "%{man}%/man1/ocsigenserver.1"]
4446
]
4547
depends: [
48+
"ocaml" {>= "4.06.1"}
4649
"ocamlfind"
4750
"base-unix"
4851
"base-threads"
@@ -56,7 +59,7 @@ depends: [
5659
"pcre"
5760
"cryptokit"
5861
"tyxml" {>= "4.0.0"}
59-
("dbm" | "sqlite3" | "pgocaml")
62+
"dbm" | "sqlite3" | "pgocaml"
6063
"ipaddr" {>= "2.1"}
6164
"xml-light"
6265
]
@@ -65,3 +68,4 @@ conflicts: [
6568
"camlzip" {< "1.04"}
6669
"pgocaml" {< "2.2"}
6770
]
71+
flags: light-uninstall

0 commit comments

Comments
 (0)