Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A lot of functionality has been added to the library. Unfortunately some changes
are breaking. It is quite easy to adapt to the changes, because only the
syntactic interface (different module names, function names, ...) has been
changed but not the semantic interface.
Fmlib_browser
:simple tasks directly as a command without the need to make a task.
The reference nodes can be modified via commands. Reference nodes can be
used to optimize html pages with many many elements (e.g. spreadsheets).
The performance gain is in the range of jane street's incremental.
attributes.
Fmlib_pretty
:redesign some bugs have been fixed. The module 'Print' (old design) is
marked as obsolete and will be removed in the next releases. The
redesigned module is called 'Pretty' and has nearly the same interface as
the old module.
Fmlib_parse
:Added lexeme parsers.
Fix: Backtracking did not work correctly in some corner cases.
new file: packages/fmlib/fmlib.0.6.0/opam
new file: packages/fmlib_browser/fmlib_browser.0.6.0/opam
new file: packages/fmlib_js/fmlib_js.0.6.0/opam
new file: packages/fmlib_parse/fmlib_parse.0.6.0/opam
new file: packages/fmlib_pretty/fmlib_pretty.0.6.0/opam
new file: packages/fmlib_std/fmlib_std.0.6.0/opam