this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26723 from NathanReb/release-api-watch-0.1.1

[new release] api-watch (0.1.1)

authored by

Marcello Seri and committed by
GitHub
a7d6a795 1a07d7f3

+43
+43
packages/api-watch/api-watch.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Libraries and tools to keep watch on your OCaml lib's API changes" 3 + maintainer: ["Nathan Rebours <nathan.p.rebours@gmail.com>"] 4 + authors: ["Nathan Rebours <nathan.p.rebours@gmail.com>"] 5 + license: "ISC" 6 + homepage: "https://github.com/NathanReb/ocaml-api-watch" 7 + bug-reports: "https://github.com/NathanReb/ocaml-api-watch/issues" 8 + depends: [ 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 + ] 20 + build: [ 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 + ] 34 + dev-repo: "git+https://github.com/NathanReb/ocaml-api-watch.git" 35 + url { 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 + } 43 + x-commit-hash: "39b1cde698cd34873b578b76304ef90a5bc1b014"