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