This is the Rubyfmt release package which contains precompiled binaries for everything you should need to run Rubyfmt:
rubyfmt
: the main Rubyfmt binary that you can use for autoformattingrubyfmt-debug
: the Rubyfmt binary compiled with debugging output! Use this if you encounter a bug please :)include/rubyfmt.h
: a C header that you can use to link Rubyfmt in to C programslib/librubyfmt.a
: A static lib compiled for linking to C binaries. If you're on a mac you'll need to-framework Foundation -lz
and if you're on linux you'll need to-lcrypt -lm -lpthread -lrt -ldl -lz
to link.lib/librubyfmt-debug.a
: librubyfmt with debugging logging compiled in.