McmcHermes is a pure-Julia implementation of Metropolis Hasting Algorithm under an MIT license. McmcHermes will help you if you want to estimate model parameters or sample a probability density distribution.
using Pkg
Pkg.add("McmcHermes")
Some examples and basic usage are in the documentation.