aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Novak <john.novak@otherlevels.com>2018-07-06 14:32:38 +1000
committerJohn Novak <john.novak@otherlevels.com>2018-07-06 14:32:38 +1000
commitd85d78c0a8ece7e19e94a7b6b5992561ef2031ef (patch)
tree3b8b07612c6ca24fe614024c77f8c9ed883b19be
parentfa903b1160eb75b92d527d7db496559ed941a0ce (diff)
downloadpackages-d85d78c0a8ece7e19e94a7b6b5992561ef2031ef.tar.gz
packages-d85d78c0a8ece7e19e94a7b6b5992561ef2031ef.zip
Added package fmod
-rw-r--r--packages.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 8864037..c8a24a5 100644
--- a/packages.json
+++ b/packages.json
@@ -9017,7 +9017,7 @@
"library",
"wrapper",
"binding",
- "nonlinear-optimization",
+ "nonlinear-optimization"
],
"description": "A wrapper for the non-linear optimization C library Nlopt",
"license": "MIT",
@@ -9843,5 +9843,20 @@
"description": "Nim Home Assistant (NimHA) is a hub for combining multiple home automation devices and automating jobs",
"license": "GPLv3",
"web": "https://github.com/ThomasTJdev/nim_homeassistant"
+ },
+ {
+ "name": "fmod",
+ "url": "https://github.com/johnnovak/nim-fmod",
+ "method": "git",
+ "tags": [
+ "library",
+ "fmod",
+ "audio",
+ "game",
+ "sound"
+ ],
+ "description": "Nim wrapper for the FMOD Low Level C API",
+ "license": "MIT",
+ "web": "https://github.com/johnnovak/nim-fmod"
}
]