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