NickelEval.jl

Julia FFI bindings for Nickel configuration language
Log | Files | Refs | README | LICENSE

commit 28f54198377db4ab8d54190558f45cdd4f8c18fb
parent ec3d76d09f875dc4b98668eb44947586ff2d4c3c
Author: Erik Loualiche <eloualic@umn.edu>
Date:   Fri,  6 Feb 2026 22:39:36 -0600

Fix build.jl: remove unused Libdl import

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Diffstat:
Mdeps/build.jl | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/deps/build.jl b/deps/build.jl @@ -3,8 +3,6 @@ # This script is run by Pkg.build() to compile the Rust wrapper library. # Currently a stub for Phase 2 implementation. -using Libdl - const RUST_PROJECT = joinpath(@__DIR__, "..", "rust", "nickel-jl") # Determine the correct library extension for the platform