ffi-clang

FORK: Ruby FFI bindings for my custom patched clang 8.0.
git clone https://git.neptards.moe/neptards/ffi-clang.git
Log | Files | Refs | README

Gemfile (216B)


      1 source 'https://rubygems.org'
      2 
      3 gemspec
      4 
      5 group :development do
      6 	gem 'transpec', git: "https://github.com/yujinakayama/transpec.git"
      7 	gem 'pry'
      8 end
      9 
     10 group :test do
     11 	gem 'simplecov'
     12 	gem 'coveralls', require: false
     13 end