diff options
| author | Benjamin Summerton <define-private-public@users.noreply.github.com> | 2017-01-12 02:18:04 -0500 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-01-12 08:18:04 +0100 |
| commit | fdbde8e7ab96ab2d2e05b2d4a007dbe12fecc762 (patch) | |
| tree | 77d50cba8eff5c15319514ed89b1847f7656fe39 | |
| parent | 44634a0063dd369c1d9658a35b770ad46ee9c79b (diff) | |
| download | packages-fdbde8e7ab96ab2d2e05b2d4a007dbe12fecc762.tar.gz packages-fdbde8e7ab96ab2d2e05b2d4a007dbe12fecc762.zip | |
Ajax package (#452)
* Added my fork of stopwatch
* removed my link and changed rbmz's to mine
* Changed the scope of my stb_image wrapper
* updated description
* add HTML5 Canvas package
* Added AJAX package
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f8e8853..09b0e06 100644 --- a/packages.json +++ b/packages.json @@ -5693,5 +5693,20 @@ "description": "Define and compose random variables", "license": "Apache License 2.0", "web": "https://github.com/unicredit/alea" + }, + { + "name": "ajax", + "url": "https://gitlab.com/define-private-public/AJAX-Nim", + "method": "git", + "tags": [ + "html5", + "javascript", + "ajax", + "browser", + "web" + ], + "description": "AJAX bindings for Nim's JavaScript target", + "license": "MIT", + "web": "https://gitlab.com/define-private-public/AJAX-Nim" } ] |
