ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

Recipes using the same libraries are indistinguishable

Open richardhuxton opened this issue 1 year ago • 2 comments

Screenshot 2024-07-01 22 42 09

For the cookbook entries covering "command line arguments" I made one recipe using Cmdliner and two using the standard-library (once with Sys.argv and once with Arg). Of course you can't tell the two apart on the listing.

It feels like the simplest fix might be to add a new field in the yaml header title_postscript: " (Argv)" so the displayed title can be "using the Standard Library (Argv)". I'm happy to try and put a patch together if this sort of approach would be acceptable.

richardhuxton avatar Jul 01 '24 21:07 richardhuxton