Skip to content

saukko/libzypp-bindings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

250 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ZYpp bindings for scripting languages (EXPERIMENTAL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 43.8%
  • Ruby 32.5%
  • C++ 14.8%
  • Perl 7.9%
  • Shell 1.0%