Sha256: c9d98238edb587d8852e3cb536d111b36994464c61a0bea6ec536cb5a29144e4

Contents?: true

Size: 706 Bytes

Versions: 2

Compression:

Stored size: 706 Bytes

Contents

== AutoC - a collection of Ruby modules related to automatic C source code generation.

AutoC is a free software distributed under the terms of modified BSD license.

Project home page is http://autoc.sourceforge.net/

AutoC is available via the RubyGems infrastructure; the easiest way to obtain it is:
----
> gem install autoc
----

Offline user documentation in HTML form is in doc/ directory.

For more information refer to {::AutoC}.

Ad-hoc test build instructions:
----
> cd test
> ruby -I. -I../lib test.rb
> cc test_auto.c
> ./a.out
----

For (in)complete list of changes refer to {file:CHANGES}.

That's all for now, folks! Stay tuned.

Oleg A. Khlybov <fougas@mail.ru>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
autoc-1.4 README
autoc-1.3 README