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: "In the OCaml toplevel"
21description: """
22## NB: users of utop 2.0.1
23
24Please use `utop-full` if you have upgraded to utop 2.0.1. Due to a change in utop 2.0.1 this module will not work in `utop`. See [issue #9](https://github.com/reynir/ocp-index-top/issues/9) for more information.
25
26"""
27authors: "Reynir Björnsson <reynir@reynir.dk>"
28url {
29 src:
30 "https://github.com/reynir/ocp-index-top/releases/download/v0.4.1/ocp-index-top-0.4.1.tbz"
31 checksum: [
32 "sha256=d80e5c94a1ad99e33be76604fd9d0e604d0fc0c05f68c2f47a510fc842631098"
33 "md5=4163f84bbf6c77458bc74c3658ae37f7"
34 ]
35}