Fix build error for swig 4.2.1
[platform/upstream/libzypp-bindings.git] / README
diff --git a/README b/README
index 20a1b87..ad103a6 100644 (file)
--- a/README
+++ b/README
@@ -1,33 +1,23 @@
 
-attempt to create generated bindings for
-libzypp. Not restricted to one language.
-
-author: dmacvicar@suse.de
-
-Notes:
+The project is discontinued!
 
-- Some classes are not wrapped but converted to
-  equivalents:
-  
-Usage:
-
-Requires swig and ruby installed.
+--------------------------------------------------------------------------------
+Attempt to create generated bindings for
+libzypp. Not restricted to one language.
 
-make -f Makefile.swig
-ruby extconf.rb
-make
-ruby test.rb
+Authors: kkaempf@suse.de
+         dmacvicar@suse.de
+        aschnell@suse.de
 
 Ruby Notes
 ==========
 
 * API tries to follow ruby standards:
-* zypp::Pathname -> std Pathname in ruby
-* zypp::Date -> std Time in ruby
-* ResStore does not implement iterators but:
+* Containers do not implement iterators but:
   * each
-  * each_by_name
+  * to_a
   * etc
 * lower case methods, ie: ZYppFactory::instance.get_zypp
   instead of ZYppFactory::instance()->getZYpp()
   z.initialize_target("/") for z.initializeTarget("/")
+