Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / py-ORBit / DESCR
blob2699b696c8fb10917dd4d1cba30a15ca1e55a05e
1 This is a Python language binding for the ORBit2 CORBA implementation.
2 It aims to take advantage of new features found in ORBit2 to make
3 language bindings more efficient.  This includes:
4   - Use of ORBit2 type libraries to generate stubs
5   - use of the ORBit_small_invoke_stub() call for operation
6     invocation, which allows for short circuited invocation on local
7     objects.