this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add: webbrowser.0.6.2

+45
+45
packages/webbrowser/webbrowser.0.6.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Open and reload URIs in browsers from OCaml" 3 + description: """\ 4 + *Warning* This library is maintained but no longer developed. Similar 5 + functionality can be found in the libraries of [`b0`] (and its 6 + `show-url` tool). 7 + 8 + Webbrowser is a library to open and reload URIs in web browsers from 9 + OCaml. 10 + 11 + Webbrowser depends on [bos][bos]. The command line support provided by 12 + the Webbrowser_cli library depends on [cmdliner][cmdliner]. 13 + 14 + Webbrowser 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 + 20 + Homepage: <http://erratique.ch/software/webbrowser>""" 21 + maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 22 + authors: "The webbrowser programmers" 23 + license: "ISC" 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" 28 + depends: [ 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 + ] 37 + build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"] 38 + dev-repo: "git+https://erratique.ch/repos/webbrowser.git" 39 + url { 40 + src: 41 + "https://erratique.ch/software/webbrowser/releases/webbrowser-0.6.2.tbz" 42 + checksum: 43 + "sha512=37b7f883d2426613933332ee186d306b8959e67d631b761fa239e292d2c24c4a867177938ee8e675910879386d3404781b30224d53dbf18ac4376c89411a2059" 44 + } 45 + x-maintenance-intent: ["(latest)"]