
tgbugs
2022-5-28 21:18:18
question about http://pkgs.racket-lang.org\|pkgs.racket-lang.org / #lang info
is there a way to indicate that there is an additional package the provides e.g. drracket functionality? e.g. I have the org
package which provides the minimal racket compatible modules, and then org-tools
which provides support for editing in drracket, if someone installs org
they may also want org-tools
, I can update my documentation to make that clear, but I wonder if there is a way to have raco pkg install
inform/query the user. I feel like have have seen this as “optional dependencies” or something like that when installing some packages, but I can’t seem to find it in the docs.