···11+opam-version: "2.0"
22+synopsis: "Open and reload URIs in browsers from OCaml"
33+description: """\
44+*Warning* This library is maintained but no longer developed. Similar
55+functionality can be found in the libraries of [`b0`] (and its
66+`show-url` tool).
77+88+Webbrowser is a library to open and reload URIs in web browsers from
99+OCaml.
1010+1111+Webbrowser depends on [bos][bos]. The command line support provided by
1212+the Webbrowser_cli library depends on [cmdliner][cmdliner].
1313+1414+Webbrowser is distributed under the ISC license.
1515+1616+[bos]: http://erratique.ch/software/bos
1717+[cmdliner]: http://erratique.ch/software/cmdliner
1818+[b0]: http://erratique.ch/software/b0
1919+2020+Homepage: <http://erratique.ch/software/webbrowser>"""
2121+maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
2222+authors: "The webbrowser programmers"
2323+license: "ISC"
2424+tags: ["web" "http" "url" "browser" "cli" "org:erratique"]
2525+homepage: "https://erratique.ch/software/webbrowser"
2626+doc: "https://erratique.ch/software/webbrowser/doc/"
2727+bug-reports: "https://github.com/dbuenzli/webbrowser/issues"
2828+depends: [
2929+ "ocaml" {>= "4.08.0"}
3030+ "ocamlfind" {build}
3131+ "ocamlbuild" {build}
3232+ "bos" {>= "0.2.1"}
3333+ "rresult" {>= "0.7.0"}
3434+ "cmdliner" {>= "1.3.0"}
3535+ "topkg" {build & >= "1.0.3"}
3636+]
3737+build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
3838+dev-repo: "git+https://erratique.ch/repos/webbrowser.git"
3939+url {
4040+ src:
4141+ "https://erratique.ch/software/webbrowser/releases/webbrowser-0.6.2.tbz"
4242+ checksum:
4343+ "sha512=37b7f883d2426613933332ee186d306b8959e67d631b761fa239e292d2c24c4a867177938ee8e675910879386d3404781b30224d53dbf18ac4376c89411a2059"
4444+}
4545+x-maintenance-intent: ["(latest)"]