source: EcnlProtoTool/trunk/mrbgems/mruby-env/README.md@ 331

Last change on this file since 331 was 331, checked in by coas-nagasima, 6 years ago

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

File size: 1.5 KB
Line 
1mruby-env
2=========
3
4mruby-env provides "ENV" object, which is a hash-like accessor
5for environment variables.
6
7### Methods
8
9```
10[] []= clear delete has_key? include? inspect key? keys
11member? size store to_a to_hash to_s values
12```
13
14
15### To build:
16
17Prerequisites:
18
19 * mruby
20 * libc
21
22 activate GEMs in *build_config.rb*
23 * conf.gem :github => 'iij/mruby-env'
24 ruby ./minirake
25
26### To run the tests:
27
28 ruby ./minirake test
29
30
31## License
32
33Copyright (c) 2012 Internet Initiative Japan Inc.
34
35Permission is hereby granted, free of charge, to any person obtaining a
36copy of this software and associated documentation files (the "Software"),
37to deal in the Software without restriction, including without limitation
38the rights to use, copy, modify, merge, publish, distribute, sublicense,
39and/or sell copies of the Software, and to permit persons to whom the
40Software is furnished to do so, subject to the following conditions:
41
42The above copyright notice and this permission notice shall be included in
43all copies or substantial portions of the Software.
44
45THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
50FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
51DEALINGS IN THE SOFTWARE.
52
Note: See TracBrowser for help on using the repository browser.