This is a simple and flexible implementation of the DTW in Julia. It can be installed by issuing the following command in the Julia pkg REPL:
(v1.0) pkg> add "https://github.com/gabriel-ss/DynamicTimeWarp.jl.git"
A description about the DTW algorithm can be founded in here.