aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-06-30 23:19:08 +0100
committerGitHub <noreply@github.com>2017-06-30 23:19:08 +0100
commit761373f6fd25741a83d855ab4901c902a93a1506 (patch)
tree1735462e6c347a89875d8803a29ed94ecc6c0055
parentaa3a1c699d2ecee38c80e3284330ab5b6cc851b5 (diff)
parentbbfc02a0b1af8d8a97927feedd0d176cb1164e10 (diff)
downloadpackages-761373f6fd25741a83d855ab4901c902a93a1506.tar.gz
packages-761373f6fd25741a83d855ab4901c902a93a1506.zip
Merge branch 'master' into master
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 669889d..a3dba0e 100644
--- a/packages.json
+++ b/packages.json
@@ -6596,5 +6596,18 @@
"description": "Lightweight audio mixer for SDL2",
"license": "MIT",
"web": "https://github.com/rxi/cmixer_sdl2-nim"
+ },
+ {
+ "name": "chebyshev",
+ "url": "https://github.com/jxy/chebyshev",
+ "method": "git",
+ "tags": [
+ "math",
+ "approximation",
+ "numerical"
+ ],
+ "description": "Chebyshev approximation.",
+ "license": "MIT",
+ "web": "https://github.com/jxy/chebyshev"
}
]