Rizo

Results 34 issues of Rizo

Dune is a new official build system for OCaml. This PR replaces Oasis with Dune preserving all existing build artefacts (library, tests and example).

Currently depyt provides some useful interpreters for printing, serialization, _etc_., but it does not provide support for implementation of custom interpreters. The public API hides the internals of the fields...

Currently there are two variants of await, for finite and infinite flows: - `await : ('i, 'o, 'i option) node` – asks the user to match on optional input values....

The cppo pacakge is used here https://github.com/stedolan/ppx_stage/blob/0b8494d31f8913945e5f69e61b443457fe48028e/runtime/dune#L9 but is not declared as a dependency.

This PR makes small formatting changes to support the new dune files. Additionally I configured the environment to ignore the warning 23 which is shown when a single-field record uses...

Hi! Have been using lf (thanks for implementing the tool!) and one thing I normally do, is open lf in a terminal when working on a particular project/repo. I would...

enhancement

This is a work in progress attempt to implement testable code examples for odoc. Or to be more precise, the extraction of annotated code blocks from `mli` and `mld` files....

after-2.4

How useful is it to have special UI support in odoc for anonymous includes? Consider this example: ```ocaml (* x.mli *) include module type of struct include Pervasives end ```...

output

Currently the `mld` filename is used as a title for the generated HTML document. This is not ideal because the name is an "artefacts of the underlying producing technology" and...

not stale

I really like the idea of, _in addition to having individual repositories for each project managed by ocaml-community_, having a centralized workspace for maintainers/contributors to work and build all projects...