NickelEval.jl

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

DateCommit messageAuthorFiles+-
2026-03-22 15:25Merge pull request #17 from LouLouLibs/chore/version-bump-0.7.0Erik Loualiche2+2-2
2026-03-22 15:13Merge pull request #16 from LouLouLibs/feat/lazy-evaluationErik Loualiche9+2447-0
2026-03-22 01:14Merge pull request #15 from LouLouLibs/docs/restructure-pagesErik Loualiche6+453-146
2026-03-18 18:22Merge pull request #14 from LouLouLibs/chore/cleanupErik Loualiche4+108-1245
2026-03-18 18:05Merge pull request #13 from LouLouLibs/docs/readme-hpcErik Loualiche1+10-3
2026-03-18 17:54Merge pull request #12 from LouLouLibs/release/v0.6.3Erik Loualiche1+1-1
2026-03-18 17:51Merge pull request #11 from LouLouLibs/fix/graceful-dlopenErik Loualiche2+32-7
2026-03-18 17:39Merge pull request #10 from LouLouLibs/release/v0.6.2Erik Loualiche1+1-1
2026-03-18 17:39Merge pull request #9 from LouLouLibs/fix/artifact-hashesErik Loualiche1+2-2
2026-03-18 16:45Merge pull request #8 from LouLouLibs/release/v0.6.1Erik Loualiche1+1-1
2026-03-18 16:44Merge pull request #7 from LouLouLibs/fix/runtime-library-loadingErik Loualiche3+20-10
2026-03-18 16:23Merge pull request #6 from LouLouLibs/fix/docs-checkdocsErik Loualiche1+1-0
2026-03-18 16:22Merge pull request #5 from LouLouLibs/fix/docs-clean-exportsErik Loualiche2+69-79
2026-03-18 15:48Merge pull request #4 from LouLouLibs/fix/build-scriptErik Loualiche1+4-9
2026-03-18 15:34Merge pull request #3 from LouLouLibs/fix/artifacts-v060Erik Loualiche1+5-6
2026-03-18 15:22Merge pull request #2 from LouLouLibs/feature/c-api-bindingsErik Loualiche30+3457-3061
2026-03-18 04:15Prioritize local deps/ over artifact and add HPC build docs (v0.5.2)Erik Loualiche4+30-10
2026-03-18 03:36Fix artifact sha256 hashes and bump to v0.5.1Erik Loualiche4+31-9
2026-03-14 06:40Rename repo to NickelEval.jl to follow Julia naming conventionErik Loualiche7+14-14
2026-03-13 18:40Add MIT licenseErik Loualiche1+21-0
2026-02-07 19:45Update CLAUDE.md with comprehensive release process guidelinesErik Loualiche1+105-19
2026-02-07 19:40Fix artifact loading to use @artifact_str macro properlyErik Loualiche1+9-12
2026-02-07 15:24Add pre-built FFI artifact support for cross-platform distributionErik Loualiche3+81-8
2026-02-07 05:04Fix Windows artifact packaging in build-ffi workflowErik Loualiche1+2-2
2026-02-07 04:52Fix build-ffi workflow: correct action name and runnersErik Loualiche1+4-7
2026-02-07 04:49Add GitHub Actions workflow for cross-platform FFI buildsErik Loualiche3+119-6
2026-02-07 04:39Fix build.jl: remove unused Libdl importErik Loualiche1+0-2
2026-02-07 00:06Broaden JSON.jl compatibility to 0.21-1.0Erik Loualiche3+13-1
2026-02-06 23:59Fix documentation build and add release process guidelinesErik Loualiche2+41-0
2026-02-06 23:45Bump version to 0.4.0Erik Loualiche2+2-2
2026-02-06 23:33Add nickel_eval_file_native for FFI file evaluation with importsErik Loualiche6+343-4
2026-02-06 23:11Update TODO for v0.3.0Erik Loualiche1+36-16
2026-02-06 23:07Fix documentation: add NickelError docstring, remove private docstringErik Loualiche2+20-6
2026-02-06 22:57Add comprehensive enum documentation and testsErik Loualiche2+387-31
2026-02-06 22:46Add NickelEnum type for proper enum representationErik Loualiche6+129-54
2026-02-06 17:10Use Nickel std.enum.to_tag_and_arg format for enumsErik Loualiche3+27-21
2026-02-06 17:03Document all supported FFI types with examplesErik Loualiche1+73-14
2026-02-06 17:03Add enum support and tests for nested structuresErik Loualiche2+103-1
2026-02-06 16:57Update documentation for nickel_eval_nativeErik Loualiche3+81-139
2026-02-06 16:56Implement FFI binary protocol for native Julia typesErik Loualiche4+242-26
2026-02-06 16:13Update TODO: focus on Nickel → Julia native types via FFIErik Loualiche1+97-72
2026-02-06 16:11Add TODO.md for next session planningErik Loualiche1+106-0
2026-02-06 16:03Fix CI: update Nickel installation to version 1.15.1Erik Loualiche1+3-2
2026-02-06 15:58Use DocumenterVitepress with proper configuration (#1)Erik Loualiche3+7-11
2026-02-06 15:48Switch from DocumenterVitepress to Documenter.HTMLErik Loualiche3+6-14
2026-02-06 15:40Fix documentation: export find_nickel_executableErik Loualiche2+2-6
2026-02-06 15:38Add LouLouLibs registry installation instructionsErik Loualiche3+30-0
2026-02-06 15:37Add documentation with DocumenterVitepressErik Loualiche10+651-0
2026-02-06 15:28Add native FFI protocol with binary type encodingErik Loualiche4+690-14
2026-02-06 15:23Add typed evaluation, TOML/YAML export, and READMEErik Loualiche6+471-40
2026-02-06 15:12Implement FFI for Nickel evaluation in RustErik Loualiche11+717-0