Julia interface to chemfiles

This is the documentation for the Julia interface to the chemfiles library.

Installation

You will need to install the last released version of Julia (Julia >= 0.4), and then you can install the Chemfiles package by running the following at Julia prompt:

julia> Pkg.add("Chemfiles")

julia> #You may also want to run the test suite of the Julia interface with:

julia> Pkg.test("Chemfiles")