diff options
Diffstat (limited to 'devel/rubygem-drb-gitlab/pkg-descr')
-rw-r--r-- | devel/rubygem-drb-gitlab/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/rubygem-drb-gitlab/pkg-descr b/devel/rubygem-drb-gitlab/pkg-descr new file mode 100644 index 000000000000..dd0a0d0e74fc --- /dev/null +++ b/devel/rubygem-drb-gitlab/pkg-descr @@ -0,0 +1,8 @@ +dRuby is a distributed object system for Ruby. It allows an object in one Ruby +process to invoke methods on an object in another Ruby process on the same or a +different machine. + +The Ruby standard library contains the core classes of the dRuby package. +However, the full package also includes access control lists and the Rinda +tuple-space distributed task management system, as well as a large number of +samples. |