package mechaml
Install
Dune Dependency
Authors
Maintainers
Sources
md5=5c04d389b4f167ee03fda1b85b7b8099
sha512=269eeba6a3b9e178f1c9d2e9d6569d113aeb14094485069f1958d5975d92b72b4f2c8cb6e5935f66a767cde9e955c0432539344e014abb4540389624dd4ee9c7
CHANGES.md.html
1.2.1
Bump upper bound of Cohttp and Lambdasoup dependencies
Restore compatibility with Alcotest 1.4.0 (Craig Ferguson)
1.2.0
Implement OCaml custom binding operators (let+, and+, let*, and*) for the Agent monad
1.1.0
Add a Format module to help generating formatted contents for forms
Migration from Oasis to Dune
Compatibility with OCaml 4.07
1.0.0
Breaking change: separate the agent data and server's response in the Agent module
add an Agent.Monad module that combines state (agent) and promises (Lwt) together with associated helpers
add wrappers and support for Lambdasoup lazy traversal of HTML documents
handle default values and hidden inputs in forms
handle multiple select lists
remove code of unspported features (file upload, proxy, ...)
improve tests and documentation
switch to 3-digits versionning