-
Notifications
You must be signed in to change notification settings - Fork 23
Description
It would be handy to have opend available in install via Homebrew on Mac and Chocolatey on Windows. Ideally this should be maintained by opendlang to prevent the situation in which they stop getting updated (dmd on Chocolatey is still 2.100 from 2022). A potential issue with this would be that if a user has both dmd & opend installed via these methods there will be a conflict on the users path as both packages have a dmd binary that will be added to the users path.
On Fedora this issue is handled by alternatives but I'm not sure if either Homebrew or Chocolatey have such a feature.
It would also be helpful if there was an official setup-opend GitHub action (similar to setup-dlang) so that users of OpenD can conveniently setup github actions.
I understand that anyone could set these things up but I think it would be best if they were owned by the opendlang organisation. I'm willing to help if required. Potentially could do the initial work to get this working and transfer over to opendlang once done if that's acceptable.
edit: btw, I think opendlang would be a better package name than opend