summaryrefslogtreecommitdiffstats
path: root/README.en
blob: 17d411f14afee98526260ab4774f92d932f4ea2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

 The Mmap class implement memory-mapped file objects 

 * Installation

    ruby extconf.rb
    make
    make install

 * Documentation

    See mmap.rd, mmap.html

 * Tests : if you have rubyunit

   make test
 
 * Copying

  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>