summaryrefslogtreecommitdiffstats
path: root/README.en
diff options
context:
space:
mode:
authorguy Decoux <ts@moulon.inra.fr>2009-02-28 19:48:26 +0100
committerguy Decoux <ts@moulon.inra.fr>2009-02-28 19:48:26 +0100
commit35a378406bed6a38e4797d7faefafa8c9738073e (patch)
tree32f42574265a1740ff989d10a2ab5264fee61657 /README.en
downloadmmap-ruby-35a378406bed6a38e4797d7faefafa8c9738073e.zip
mmap-ruby-35a378406bed6a38e4797d7faefafa8c9738073e.tar.gz
mmap-0.1
Diffstat (limited to 'README.en')
-rw-r--r--README.en20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.en b/README.en
new file mode 100644
index 0000000..69d7d1a
--- /dev/null
+++ b/README.en
@@ -0,0 +1,20 @@
+
+ The Mmap class implement memory-mapped file objects
+
+ * Installation
+
+ ruby extconf.rb
+ make
+ make install
+
+ * Documentation
+
+ See mmap.rd, mmap.html
+
+ This extension module is copyrighted free software by Guy Decoux
+
+ You can redistribute it and/or modify it under the same term as
+ Ruby.
+
+
+Guy Decoux <ts@moulon.inra.fr>