diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-06-30 23:19:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-30 23:19:08 +0100 |
| commit | 761373f6fd25741a83d855ab4901c902a93a1506 (patch) | |
| tree | 1735462e6c347a89875d8803a29ed94ecc6c0055 | |
| parent | aa3a1c699d2ecee38c80e3284330ab5b6cc851b5 (diff) | |
| parent | bbfc02a0b1af8d8a97927feedd0d176cb1164e10 (diff) | |
| download | packages-761373f6fd25741a83d855ab4901c902a93a1506.tar.gz packages-761373f6fd25741a83d855ab4901c902a93a1506.zip | |
Merge branch 'master' into master
| -rw-r--r-- | packages.json | 13 |
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" } ] |
