Skip to content

Commit

Permalink
release 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Rochel committed Dec 18, 2018
1 parent ae1ea02 commit 0bda710
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions opam
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
opam-version: "1.2"
opam-version: "2.0"
name: "ocsigenserver"
version: "dev"
version: "2.10"
maintainer: "[email protected]"
synopsis: "A full-featured and extensible Web server."
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."
authors: "[email protected]"
homepage: "http://ocsigen.org/ocsigenserver/"
bug-reports: "https://github.com/ocsigen/ocsigenserver/issues/"
license: "LGPL-2.1 with OCaml linking exception"
dev-repo: "https://github.com/ocsigen/ocsigenserver.git"
dev-repo: "git+https://github.com/ocsigen/ocsigenserver.git"
build: [
[
"sh"
Expand Down Expand Up @@ -43,6 +45,7 @@ remove: [
["rm" "-f" "%{man}%/man1/ocsigenserver.1"]
]
depends: [
"ocaml" {>= "4.06.1"}
"ocamlfind"
"base-unix"
"base-threads"
Expand All @@ -56,7 +59,7 @@ depends: [
"pcre"
"cryptokit"
"tyxml" {>= "4.0.0"}
("dbm" | "sqlite3" | "pgocaml")
"dbm" | "sqlite3" | "pgocaml"
"ipaddr" {>= "2.1"}
"xml-light"
]
Expand All @@ -65,3 +68,4 @@ conflicts: [
"camlzip" {< "1.04"}
"pgocaml" {< "2.2"}
]
flags: light-uninstall

0 comments on commit 0bda710

Please sign in to comment.