Open

Description
It would be nice to get a quick glimpse of what PRs are being actively worked on for various ocaml libraries. Maybe this content could be added to a new page initially, and then we could move it into a section of an existing page.
In particular, we could use the github api to fetch all open PRs for repositories tagged ocaml
using an ocaml script. A page could invoke the ocaml script and generate an html table with the top 5 results, ordered by most recently updated time.
This content is only meant to provide a quick glimpse of activity. For people who want to track activity in detail, they will use other means.