Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running OCaml Receipes in repl.it #2456

Open
4 tasks
cuihtlauac opened this issue May 27, 2024 · 0 comments
Open
4 tasks

Running OCaml Receipes in repl.it #2456

cuihtlauac opened this issue May 27, 2024 · 0 comments
Labels
Cookbook help wanted little guidance needed it's very likely you will figure out how to do this without much guidance

Comments

@cuihtlauac
Copy link
Collaborator

cuihtlauac commented May 27, 2024

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.

  • Manually create a couple of replits corresponding to existing recipes
  • Extract the common set up
  • Devise a way to generate the setup from the recipes data
  • Optionally, tweak the recipes and tasks data in order to enable the previous task

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

@cuihtlauac cuihtlauac added little guidance needed it's very likely you will figure out how to do this without much guidance help wanted Cookbook labels May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cookbook help wanted little guidance needed it's very likely you will figure out how to do this without much guidance
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant