Marcello Seri
Marcello Seri
They don't need to be unavailable but then we can clean up a bit the CI logs. See https://github.com/ocaml/opam-repository/pull/24815
See https://github.com/ocaml/opam-repository/pull/18129 and https://github.com/ocaml/opam-repository/pull/22954 I need to test the dependencies in `opam list --depends-on conf-gmp` before un-drafting
Should we mark them as unavailable? ``` #=== ERROR while compiling domainslib.0.3.0 ===================================# # context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository # path ~/.opam/5.0/.opam-switch/build/domainslib.0.3.0 # command ~/.opam/opam-init/hooks/sandbox.sh build dune...
When pkg-config is not instlled it sometimenps fails with ``` #=== ERROR while compiling ocurl.0.9.2 ========================================# # context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository # path ~/.opam/5.0/.opam-switch/build/ocurl.0.9.2 # command...
See [cmarkit release announcment](https://discuss.ocaml.org/t/ann-cmarkit-0-1-0-commonmark-parser-and-renderer-for-ocaml/11900) and also the [example mdmld](https://discuss.ocaml.org/t/poc-ocamlmark-an-ocamldoc-to-commonmark-bi-directional-translation/11901). Will also mostly resolve https://github.com/mseri/md2mld/issues/11
Add a way to inject mld syntax, for example to automatically add the correct links to modules or types.
On windows in unix context it should not output the extra `\r` otherwise it breaks its use in `configure` scripts: see https://github.com/ocaml/opam-repository/pull/24841
It looks like the changes to `owl_ode.mli` introduced in https://github.com/owlbarn/owl_ode/pull/14 have made the part of documentation of the Native and Symplectic modules disappear (not the autocompletion or merlin information, just...
The only thing that prevents us to release the current implementation is the lack of documentation, we should document the interfaces cleanly without sparing details.