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