package github-hooks
GitHub API web hook listener library
Install
Dune Dependency
Authors
Maintainers
Sources
github-hooks-0.4.0.tbz
sha256=bbcd887dc1860eb05a21a63b1abb46669fe30e724dd72cbdab0e5f5712347fe2
md5=a38ffb298e3efeebf683106f37f4cb7d
doc/CHANGES.html
0.4.0
- Support Lwt >= 4.0.0 (@avsm)
- Upgrade build system from jbuilder to dune (@avsm)
0.3.0
- Support cohttp 1.0.0
0.2.0
- Switch build system to jbuilder
- Update for github 3.0
- github-hooks findlib package is now truly independent of unix
0.1.2
- Fix the META file (#7 from @samoht)
0.1.1
- Update for github 2.0.1 which fixes a GitHub hook config type issue
0.1.0
- initial release, extracted from datakit, itself extracted from ocamlot