summaryrefslogtreecommitdiff
path: root/README
blob: ad103a6ec83008a7a38bec3289fcd4b586521ff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

The project is discontinued!

--------------------------------------------------------------------------------
Attempt to create generated bindings for
libzypp. Not restricted to one language.

Authors: kkaempf@suse.de
         dmacvicar@suse.de
	 aschnell@suse.de

Ruby Notes
==========

* API tries to follow ruby standards:
* Containers do not implement iterators but:
  * each
  * to_a
  * etc
* lower case methods, ie: ZYppFactory::instance.get_zypp
  instead of ZYppFactory::instance()->getZYpp()
  z.initialize_target("/") for z.initializeTarget("/")