···
2
+
synopsis: "Open and reload URIs in browsers from OCaml"
4
+
*Warning* This library is maintained but no longer developed. Similar
5
+
functionality can be found in the libraries of [`b0`] (and its
8
+
Webbrowser is a library to open and reload URIs in web browsers from
11
+
Webbrowser depends on [bos][bos]. The command line support provided by
12
+
the Webbrowser_cli library depends on [cmdliner][cmdliner].
14
+
Webbrowser is distributed under the ISC license.
16
+
[bos]: http://erratique.ch/software/bos
17
+
[cmdliner]: http://erratique.ch/software/cmdliner
18
+
[b0]: http://erratique.ch/software/b0
20
+
Homepage: <http://erratique.ch/software/webbrowser>"""
21
+
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
22
+
authors: "The webbrowser programmers"
24
+
tags: ["web" "http" "url" "browser" "cli" "org:erratique"]
25
+
homepage: "https://erratique.ch/software/webbrowser"
26
+
doc: "https://erratique.ch/software/webbrowser/doc/"
27
+
bug-reports: "https://github.com/dbuenzli/webbrowser/issues"
29
+
"ocaml" {>= "4.08.0"}
31
+
"ocamlbuild" {build}
33
+
"rresult" {>= "0.7.0"}
34
+
"cmdliner" {>= "1.3.0"}
35
+
"topkg" {build & >= "1.0.3"}
37
+
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
38
+
dev-repo: "git+https://erratique.ch/repos/webbrowser.git"
41
+
"https://erratique.ch/software/webbrowser/releases/webbrowser-0.6.2.tbz"
43
+
"sha512=37b7f883d2426613933332ee186d306b8959e67d631b761fa239e292d2c24c4a867177938ee8e675910879386d3404781b30224d53dbf18ac4376c89411a2059"
45
+
x-maintenance-intent: ["(latest)"]