From b03a72e7be742c7d68b3314d65b33efecf6b67f6 Mon Sep 17 00:00:00 2001 From: "Adam M. Krajewski" <54290107+amkrajewski@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:41:22 -0500 Subject: [PATCH] Add package nimplex (#2812) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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",