diff --git a/packages.json b/packages.json index 01faba4..cb109ba 100644 --- a/packages.json +++ b/packages.json @@ -16949,5 +16949,19 @@ ], "description": "An embedded text editor for paranim games", "license": "Public Domain" + }, + { + "name": "roots", + "url": "https://github.com/BarrOff/roots", + "method": "git", + "tags": [ + "math", + "numerical", + "scientific", + "root" + ], + "description": "Root finding functions for Nim", + "license": "MIT", + "web": "https://github.com/BarrOff/roots" } ]