Sha256: 4192388a13bc36f6ddc4c73ca04748539fd634da5a13e88d51d5032bd5261919
Contents?: true
Size: 404 Bytes
Versions: 6
Compression:
Stored size: 404 Bytes
Contents
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2013-2022, by Samuel Williams. teapot_version "0.8.0" define_target "ffi-clang" do |target| target.depends "Library/clang" target.provides "Dependencies/ffi-clang" end define_configuration "ffi-clang" do |configuration| configuration[:source] = "https://github.com/dream-framework/" configuration.require "clang" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
ffi-clang-0.13.0 | ext/teapot.rb |
ffi-clang-0.12.0 | ext/teapot.rb |
ffi-clang-0.11.0 | ext/teapot.rb |
ffi-clang-0.10.0 | ext/teapot.rb |
ffi-clang-0.9.0 | ext/teapot.rb |
ffi-clang-0.8.0 | ext/teapot.rb |