package github-hooks-unix
GitHub API web hook listener library using unix functions
Install
Dune Dependency
Authors
Maintainers
Sources
github-hooks-0.5.0.tbz
sha256=bd92e6d3b8f6106e65851ebb0e8d56f8f87dd2d7cf09ecaae2ea5f5ed422f4c9
sha512=13620ae004c2b56b974ffbd76f9a0627a63967636bc834809f82a39abb1abf75491f0f17858445fbeb292faf5ed4cb0b9e343023d4794e6a0860311e9bff9cc2
doc/CHANGES.html
0.5.0
- Support conduit >= 1.5.0 (@avsm)
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