An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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`