eraserhd / rep

A single-shot nREPL client designed for shell invocation
Eclipse Public License 1.0
94 stars 8 forks source link

Add to Nix Packages #4

Closed bhougland18 closed 2 years ago

bhougland18 commented 4 years ago

Would it be possible for you to add a package for this to Nix packages?

eraserhd commented 4 years ago

It currently doesn't build on MacOS. I think there's something wrong with the GraalVM package there, and I've wanted to sort that out first.

I'll tell you what, though, let me see if I can get to it this week.

NightMachinery commented 4 years ago

Adding it to Homebrew will also be nice. nix installs a lot of stuff, and SSDs don't have much space.

eraserhd commented 3 years ago

I have a rewrite of this in ANSI+POSIX C which should allow packaging this up for Nix, building from source without installing GraalVM, and making it easier to package for Homebrew. If you are interested, try out the ansi-c branch. There is a working Makefile.

I'm going to release this in about a week after banging on it.

eraserhd commented 2 years ago

This has been in nixpkgs for a while.