this repo has no description
1opam-version: "2.0"
2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
3authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
4homepage: "http://erratique.ch/software/webbrowser"
5doc: "http://erratique.ch/software/webbrowser/doc"
6license: "ISC"
7dev-repo: "git+http://erratique.ch/repos/webbrowser.git"
8bug-reports: "https://github.com/dbuenzli/webbrowser/issues"
9tags: [ "web" "http" "uri" "browser" "cli" "org:erratique"]
10depends: [
11 "ocaml" {>= "4.01.0"}
12 "ocamlfind" {build}
13 "ocamlbuild" {build}
14 "topkg" {build}
15 "rresult"
16 "astring"
17 "bos"
18]
19depopts: [
20 "cmdliner"
21]
22build: [
23 "ocaml" "pkg/pkg.ml" "build"
24 "--pinned" "%{pinned}%"
25 "--with-cmdliner" "%{cmdliner:installed}%"
26 ]
27synopsis: "Open and reload URIs in browsers from OCaml"
28description: """
29Webbrowser is a library to open and reload URIs in web browsers from
30OCaml.
31
32Webbrowser depends on [bos][bos]. The optional command line support
33provided by the Webbrowser_cli library depends on [cmdliner][cmdliner].
34
35Webbrowser is distributed under the ISC license.
36
37[bos]: http://erratique.ch/software/bos
38[cmdliner]: http://erratique.ch/software/cmdliner"""
39url {
40 src:
41 "http://erratique.ch/software/webbrowser/releases/webbrowser-0.6.1.tbz"
42 checksum: [
43 "sha256=a3eb8840d1f50fa455035efe97d7fab4d86c3f84437db2dd0f679dbe1049ea8c"
44 "md5=1f6cefc449515921a5890df8fce5eab3"
45 ]
46}
47
48x-maintenance-intent: ["(latest)"]