Skip to content

openSUSE/libzypp-bindings

Repository files navigation

The project is discontinued!

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

Authors: [email protected]
         [email protected]
	 [email protected]

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("/")