Registry / build-tool / rake-compile

rake-compile

JSON →
library0.3.0rbrubygemsunverified

Rake DSL extensions to help build C/C++ projects.

gem install rake-compile
INSTALL
IMPORT
SIG · RAKE-COMPILE
R
rake-compile
build-toolrubyv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RakeCompile
require 'rake-compile'

Define a compile task for a C project.

require 'rake-compile' task :default => :compile RakeCompile::Task.new do |t| t.name = 'my_library' t.sources = ['src/*.c'] end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
rake-compile — gem install rake-compile · libregistry