* Introduce `labone.server` which allows spawning capnp servers based on the
reflection schema.
* Adapt `labone` to latest capnp schema improvements.
* Fix bug in `labone.nodetree` that caused the node tree never to be destroyed.
The result was that when creating and deleting sessions frequently pycapnp
would crash because to many sessions where active at the same time.