The circuit file is test1.asc ( https://github.com/cstook/LTspice.jl/blob/master/test/test1.asc). You should be able to open it with LTspice and run the simulation to produce the log file.
The log file is a human readable text file, which I am parsing to get the measurements. LTspiceIV used ASCII for the log file and everything was fine. You can look at the documentation for my module LTspice.jl ( http://www.chrisstook.com/LTspice.jl/) to see what I'm trying to do.