this repo has no description
1opam-version: "2.0"
2synopsis: "Libraries and tools to keep watch on your OCaml lib's API changes"
3maintainer: ["Nathan Rebours <nathan.p.rebours@gmail.com>"]
4authors: ["Nathan Rebours <nathan.p.rebours@gmail.com>"]
5license: "ISC"
6homepage: "https://github.com/NathanReb/ocaml-api-watch"
7bug-reports: "https://github.com/NathanReb/ocaml-api-watch/issues"
8depends: [
9 "dune" {>= "2.7"}
10 "ocaml" {>= "5.2.0" & < "5.3.0"}
11 "ppx_expect" {with-test}
12 "ppx_deriving"
13 "logs"
14 "containers"
15 "fmt"
16 "cmdliner" {>= "1.1.0"}
17 "ocamlformat" {with-dev-setup & = "0.26.2"}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/NathanReb/ocaml-api-watch.git"
35url {
36 src:
37 "https://github.com/NathanReb/ocaml-api-watch/releases/download/0.1.1/api-watch-0.1.1.tbz"
38 checksum: [
39 "sha256=71413c20a6871a240ff419bc64b5cfed884076ccdc62f8b7133cae3b2ed4b4f2"
40 "sha512=7ebb71ef07a99df86f6f38ecd8eaccce2d58bf192309c2c5dda17a7b35d6f5e6a5c3780ed969515f2ae19780d8db58d8c83db7f96ba97bb254e834714febddfc"
41 ]
42}
43x-commit-hash: "39b1cde698cd34873b578b76304ef90a5bc1b014"