ocaml / ocaml.org

The official OCaml website.
https://ocaml.org
Other
160 stars 318 forks source link

Running OCaml Receipes in repl.it #2456

Open cuihtlauac opened 4 months ago

cuihtlauac commented 4 months ago

An OCaml recipe depends on a set of libraries. In this task we want a recipe description to be automatically turned into a Replit environment. That would allow executing and testing the recipe. Replit may be a nice environment to run the recipes because it's using Nix instead of Opam to install dependencies, which allows a very fast set up.

P.S. Dependencies that includes PPX need to be taken into account with extra care.