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.4.3/ocp-index-top-0.4.3.tbz" 25 checksum: [ 26 "sha256=c08b532de1e46da3daf4a5c5cfa2d1e77d76b325337050b5b43be3f3c1b86bea" 27 "md5=2f67f42e73cca6621bb3b437d44993e3" 28 ] 29}