diff options
Diffstat (limited to 'devel/rubygem-cucumber-messages27/pkg-descr')
-rw-r--r-- | devel/rubygem-cucumber-messages27/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/rubygem-cucumber-messages27/pkg-descr b/devel/rubygem-cucumber-messages27/pkg-descr new file mode 100644 index 000000000000..b5ae25cd6682 --- /dev/null +++ b/devel/rubygem-cucumber-messages27/pkg-descr @@ -0,0 +1,4 @@ +Cucumber Messages is a message protocol based on Protocol Buffers. It allows one +process to construct message objects and send them to another process. Protobuf +takes care of serialising those messages to a binary format, and deserialise +them on the other end. |