this repo has no description
1opam-version: "2.0"
2maintainer: "Reynir Björnsson <reynir@reynir.dk>"
3dev-repo: "git+https://github.com/reynir/ocp-index-top.git"
4homepage: "https://github.com/reynir/ocp-index-top/"
5bug-reports: "https://github.com/reynir/ocp-index-top/issues"
6doc: "https://reynir.github.io/ocp-index-top/"
7license: "BSD-2-clause"
8build: [
9 "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"
10]
11depends: [
12 "ocaml" {> "4.01.0" & < "4.10"}
13 "ocamlfind" {build}
14 "ocamlbuild" {build}
15 "topkg" {build}
16 "cppo" {build}
17 "cppo_ocamlbuild" {build}
18 "ocp-index"
19]
20synopsis: "Documentation in the OCaml toplevel"
21authors: "Reynir Björnsson <reynir@reynir.dk>"
22url {
23 src:
24 "https://github.com/reynir/ocp-index-top/releases/download/v0.5.0/ocp-index-top-0.5.0.tbz"
25 checksum: [
26 "sha256=f4ea3372f9d851c3b18b57d41b03bf7fa51701d95e9830de38a1031c31c0c81c"
27 "md5=3d3087576c60a10ee2cdceecf784bdd9"
28 ]
29}