- removed obsolete text
[platform/upstream/libzypp-bindings.git] / README
1
2 Attempt to create generated bindings for
3 libzypp. Not restricted to one language.
4
5 Author: dmacvicar@suse.de
6
7 Notes:
8
9 - Some classes are not wrapped but converted to
10   equivalents:
11
12 Usage:
13
14 Requires swig and ruby installed.
15
16 Ruby Notes
17 ==========
18
19 * API tries to follow ruby standards:
20 * zypp::Pathname -> std Pathname in ruby
21 * zypp::Date -> std Time in ruby
22 * ResStore does not implement iterators but:
23   * each
24   * each_by_name
25   * etc
26 * lower case methods, ie: ZYppFactory::instance.get_zypp
27   instead of ZYppFactory::instance()->getZYpp()
28   z.initialize_target("/") for z.initializeTarget("/")