Refactor Arch - don't expose full C++ API
[platform/upstream/libzypp-bindings.git] / README
1
2 Attempt to create generated bindings for
3 libzypp. Not restricted to one language.
4
5 Authors: dmacvicar@suse.de
6          aschnell@suse.de
7
8 Ruby Notes
9 ==========
10
11 * API tries to follow ruby standards:
12 * Containers do not implement iterators but:
13   * each
14   * to_a
15   * etc
16 * lower case methods, ie: ZYppFactory::instance.get_zypp
17   instead of ZYppFactory::instance()->getZYpp()
18   z.initialize_target("/") for z.initializeTarget("/")
19