summaryrefslogtreecommitdiff
path: root/devel/ruby-inline/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-inline/DESCR')
-rw-r--r--devel/ruby-inline/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/ruby-inline/DESCR b/devel/ruby-inline/DESCR
new file mode 100644
index 00000000000..dd58ec1b760
--- /dev/null
+++ b/devel/ruby-inline/DESCR
@@ -0,0 +1,5 @@
+Ruby Inline is an analog to Perl's Inline::C. Out of the box, it allows
+you to embed C/++ external module code in your ruby script directly.
+By writing simple builder classes, you can teach how to cope with new
+languages (fortran, perl, whatever). The code is compiled and run on
+the fly when needed.