https://github.com/sdottaka/mruby-win32ole
A port of CRuby's WIN32OLE to mruby
https://github.com/sdottaka/mruby-win32ole
Last synced: 5 months ago
JSON representation
A port of CRuby's WIN32OLE to mruby
- Host: GitHub
- URL: https://github.com/sdottaka/mruby-win32ole
- Owner: sdottaka
- Created: 2014-11-16T12:47:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T23:19:40.000Z (about 1 year ago)
- Last Synced: 2024-08-03T08:02:34.979Z (9 months ago)
- Language: C
- Size: 153 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mruby - mruby-win32ole - A port of CRuby's WIN32OLE to mruby. (System)
README
mruby-win32ole
==============A port of CRuby's WIN32OLE to mruby.
## Installation
In the mruby `build_config.rb` file add:
```ruby
conf.gem :git => 'git://github.com/sdottaka/mruby-win32ole.git'
```## Examples
See `mruby-win32ole/example` directory.
## License
GNU General Public License or Artistic License
See `mruby-win32ole/src/win32ole.c`