# hsc3-server [](http://hackage.haskell.org/package/hsc3-server) [](https://travis-ci.org/kaoskorobase/hsc3-server)
**hsc3-server** is a Haskell library for managing [SuperCollider](http://supercollider.sourceforge.net) server resources such as node, buffer and bus ids. It also provides synchronization primitives.
### Installation
cabal install hsc3-server
### Documentation
* [Change log](https://github.com/kaoskorobase/hsc3-server/blob/master/ChangeLog.md)
* [API documentation](http://hackage.haskell.org/package/hsc3-server)
* [Example scripts](https://github.com/kaoskorobase/hsc3-server/tree/master/examples)
### Reporting bugs
Please report bugs in our [issue tracker](https://github.com/kaoskorobase/hsc3-server/issues).
### Development
**hsc3-server**'s source code is hosted at [github](https://github.com/kaoskorobase/hsc3-server). You can check out a copy of the repository with the following command:
git clone git://github.com/kaoskorobase/hsc3-server.git