opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: [
  ["./configure"]
  [make]
]
remove: [
  ["ocamlfind" "remove" "wd-daemon-session"]
  ["ocamlfind" "remove" "wd-inmemory-session"]
  ["ocamlfind" "remove" "wd-xmlcompiler"]
  ["ocamlfind" "remove" "wdialog"]
]
depends: [
  "ocaml"
  "ocamlfind"
  "pcre"
  "ocamlnet" {= "3.6.0"}
  "pxp"
  "ulex"
  "ocaml-inifiles"
]
install: [make "install"]
synopsis: "Dialog-oriented web applications"
description: """
Wdialog is an environment to create web applications. It is a good
choice for "dialog-intensive" applications with many input and output
fields, and for application that need exact control of the possible
user interactions."""
flags: light-uninstall
url {
  src: "http://download.camlcity.org/download/wdialog-2.1.3.tar.gz"
  checksum: "md5=508f6df0f987a36a93730e88d67fc3c5"
  mirrors: "http://download2.camlcity.org/download/wdialog-2.1.3.tar.gz"
}
