source: EcnlProtoTool/trunk/webapp/webmrbc/information.json@ 321

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

文字コードを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/json;charset=UTF-8
File size: 3.5 KB
Line 
1[
2 {
3 "title": "TOPPERS/ECNL for mruby Prototyping Tool",
4 "version": "1.A.0 α版",
5 "note": "APPENDIX ECHONET機器オブジェクト詳細規定 Release C"
6 },
7 {
8 "title": "TOPPERS/ASP3",
9 "version": "3.1.0",
10 "link": "https://www.toppers.jp/asp3-kernel.html",
11 "note": "動的生成版 GR-PEACH向けターゲット依存部"
12 },
13 {
14 "title": "mbed",
15 "version": "3.10",
16 "link": "https://developer.mbed.org/platforms/Renesas-GR-PEACH/",
17 "note": "GR-PEACH向けターゲット依存部"
18 },
19 {
20 "title": "TINET",
21 "version": "1.5.4",
22 "link": "https://www.toppers.jp/tinet.html"
23 },
24 {
25 "title": "mruby",
26 "version": "1.2.0",
27 "link": "http://mruby.org/"
28 },
29 {
30 "title": "mruby-io",
31 "version": "(2017/4/6 master)",
32 "link": "https://github.com/iij/mruby-io"
33 },
34 {
35 "title": "mruby-pack",
36 "version": "(2017/4/6 master)",
37 "link": "https://github.com/iij/mruby-pack"
38 },
39 {
40 "title": "mruby-socket",
41 "version": "(2017/4/6 master)",
42 "link": "https://github.com/iij/mruby-socket"
43 },
44 {
45 "title": "mruby-dir",
46 "version": "(2017/4/6 master)",
47 "link": "https://github.com/iij/mruby-dir"
48 },
49 {
50 "title": "mruby-onig-regexp",
51 "version": "(2017/3/15 master)",
52 "link": "https://github.com/mattn/mruby-onig-regexp"
53 },
54 {
55 "title": "FAT File System Module",
56 "version": "R0.10b",
57 "link": "http://elm-chan.org/fsw/ff/00index_j.html"
58 },
59 {
60 "title": "Wakayama.rb Ruby Board V2 library",
61 "version": "(2016/10/12 master)",
62 "link": "https://github.com/wakayamarb/wrbb-v2lib-firm",
63 "note": "Ruby版Arduino APIを使用"
64 },
65 {
66 "title": "Natual Tiny Shell",
67 "version": "0.3.1",
68 "link": "https://www.cubeatsystems.com/ntshell/index.html"
69 },
70 {
71 "title": "TLSF",
72 "version": "3.1",
73 "link": "http://www.gii.upv.es/tlsf/"
74 },
75 {
76 "title": "Tiny C Compiler",
77 "version": "0.9.26",
78 "link": "http://bellard.org/tcc/"
79 },
80 {
81 "title": "BusyBox",
82 "version": "2.6.27",
83 "link": "https://www.busybox.net/",
84 "note": "テキストエディタのviを使用"
85 },
86 {
87 "title": "http-parser",
88 "version": "(2015/1/14 master)",
89 "link": "https://github.com/joyent/http-parser"
90 },
91 {
92 "title": "mod_websocket",
93 "version": "(2013/1/13 master)",
94 "link": "https://github.com/nori0428/mod_websocket",
95 "note": "base64,sha1を使用"
96 },
97 {
98 "title": "uIP",
99 "version": "1.0",
100 "link": "https://github.com/adamdunkels/uip",
101 "note": "httpdをベースに使用"
102 },
103 {
104 "title": "musl",
105 "version": "1.1.12",
106 "link": "https://www.musl-libc.org/"
107 },
108 {
109 "title": "Bridge.NET",
110 "version": "15.7.0",
111 "link": "http://bridge.net/"
112 },
113 {
114 "title": "jQuery",
115 "version": "3.10.0",
116 "link": "http://jquery.com"
117 },
118 {
119 "title": "Bootstrap",
120 "version": "v3.3.7",
121 "link": "http://getbootstrap.com"
122 },
123 {
124 "title": "Blockly",
125 "version": "2016/12/6 master",
126 "link": "https://developers.google.com/blockly/"
127 },
128 {
129 "title": "blockly2ruby",
130 "version": "2014/6/18 master",
131 "link": "https://github.com/jeanlazarou/blockly2ruby"
132 },
133 {
134 "title": "Ace (Ajax.org Cloud9 Editor)",
135 "version": "(2016/6/9 master)",
136 "link": "https://ace.c9.io/#nav=about"
137 },
138 {
139 "title": "xterm.js",
140 "version": "(2016/7/28 master)",
141 "link": "http://xtermjs.org/"
142 },
143 {
144 "title": "jay",
145 "version": "1.1.0",
146 "link": "https://www.cs.rit.edu/~ats/projects/lp/doc/jay/package-summary.html",
147 "note": "mrubyのparser.yのC#移植版で使用"
148 },
149 {
150 "title": "Smalruby",
151 "version": "0.4.3",
152 "link": "https://github.com/smalruby/smalruby-editor",
153 "note": "UIをベースに使用"
154 }
155]
Note: See TracBrowser for help on using the repository browser.