JNeuron
This was designed to do simple single neuron simulations in Julia. Basically it is a Julia port of the most basic features of NEURON. Currently, this can import 3D neurolucida files, spatially discritize these models, insert several kinds of ion channels, and find intracellular voltages along the neuron.
This is basically vaporware, and was mostly an exercise to learn Julia back in the day. I don't expect that it would run without some serious TLC
Installation
Pkg.clone("https://github.com/paulmthompson/JNeuron.git")