diff --git a/packages.json b/packages.json index 116d92d..9814bd9 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,22 @@ [ + { + "name": "nimplex", + "url": "https://github.com/amkrajewski/nimplex", + "method": "git", + "tags": [ + "data", + "simplex", + "math", + "ai", + "ml", + "materials", + "science" + ], + "description": "NIM simPLEX: A concise scientific Nim library (with CLI and Python binding) providing samplings, uniform grids, and traversal graphs in compositional (simplex) spaces.", + "license": "MIT", + "web": "https://github.com/amkrajewski/nimplex", + "doc": "https://nimplex.phaseslab.org" + }, { "name": "tagforge", "url": "https://github.com/Nimberite-Development/TagForge-Nim",