Stream: show and tell

Topic: asdf plugin


view this post on Zulip Daniel Kukula (Nov 22 2023 at 19:32):

Hi everyone. I made it a bit easier to use the binaries - The last pr was enough to get it working from the template that asdf provides.
Tested only on linux, asdf was setup already on my computer. Feel free to fork the repo and extend it.
image.png
https://github.com/dkuku/asdf-roc

view this post on Zulip Richard Feldman (Nov 22 2023 at 19:55):

oh very cool, thanks for doing this! :smiley:

view this post on Zulip Richard Feldman (Nov 22 2023 at 19:55):

I haven't used asdf but I know lots of people do

view this post on Zulip Richard Feldman (Nov 22 2023 at 19:56):

@Anton what do you think of including this in our /install page?

view this post on Zulip Daniel Kukula (Nov 22 2023 at 19:58):

You can fork it and keep in your org, it will be easier to maintain for you.
It was really straight forward - that's my first asdf plugin and it took 30min to get it working.

view this post on Zulip Anton (Nov 24 2023 at 10:12):

Thanks Daniel :)

Anton what do you think of including this in our /install page?

I'll make a "good first issue" to add it to the repo and to /install :+1:

view this post on Zulip Daniel Kukula (Nov 24 2023 at 12:13):

The macos part may need to be tweaked - on x86 macs I'm getting:
╰─➤ uname
Darwin
╰─➤ uname -m
x86_64
Not sure what you'll get on arm mac or raspberry pi - the built file name need to match the ones from github.

view this post on Zulip Brendan Hansknecht (Nov 24 2023 at 16:07):

Linux is generally GNU/Linux(I think this is correct capitalization, don't have access to my linux machine rn) and arm devices are generally arm64.

view this post on Zulip James Birtles (Nov 26 2023 at 18:47):

I'm not sure if you saw but I actually opened an issue for mac on your repo :) https://github.com/dkuku/asdf-roc/issues/4

arm mac gives arm64 for uname -m and Darwin for uname

view this post on Zulip Johan Lindskogen (Dec 01 2023 at 12:09):

Can this be configured to install the language server too?


Last updated: Jul 06 2025 at 12:14 UTC