Fix build error for swig 4.2.1
[platform/upstream/libzypp-bindings.git] / README
diff --git a/README b/README
index ff69c64..ad103a6 100644 (file)
--- a/README
+++ b/README
@@ -1,28 +1,23 @@
 
+The project is discontinued!
+
+--------------------------------------------------------------------------------
 Attempt to create generated bindings for
 libzypp. Not restricted to one language.
 
-Author: dmacvicar@suse.de
-
-Notes:
-
-- Some classes are not wrapped but converted to
-  equivalents:
-
-Usage:
-
-Requires swig and ruby installed.
+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("/")
+