Add feature ocaml-opam#111
Conversation
|
Heyo!
I think it should be fine to release the feature with the current scope (so you can mark it as ready for review). You can create separate issues for the todos which you listed, and I'll assign you to them.
This one seems strange, so I may lend a hand (maybe something is wrong with |
|
I'll create the issues. For gh-release, instead of getting opam 2.3.0, it gets 2.3.0~rc1, which is the latest pre-release. I wanted to look a bit further to open a proper issue, but I haven't had the time yet. |
|
Oh, this one is a know issue on As a workaround you can use regex for releases (like I did for helmfile feature): This should filter out the releases that contain |
koralowiec
left a comment
There was a problem hiding this comment.
Looks fine, I only have a small change request
Co-authored-by: Arek Kalandyk <36413794+koralowiec@users.noreply.github.com> Signed-off-by: Benjamin Collet <benjamin.collet@protonmail.ch>
|
The feature will be available after this job is run |
|
Feature is available: https://github.com/devcontainers-extra/features/pkgs/container/features%2Focaml-opam |
I know that ocaml-asdf and opam-asdf already exist, but:
Both seem auto-generated, with no real intention of providing a usable development environment out of the box.
I started from scratch, following the installation process given on the OCaml site.
I still have a few details to work out:
I don't know if I should publish it and improve it later, or keep it as a draft until I've solved these details?