NickelEval.jl provides Julia FFI bindings for the Nickel configuration language. It lets you evaluate Nickel expressions and load Nickel configuration files directly from Julia.
Distributed under the MIT license.
using Pkg
pkg"registry add https://github.com/LouLouLibs/loulouJL.git"
Pkg.add("NickelEval")