dtas.git  about / heads / tags
duct tape audio suite for *nix
blob 59d3c4d657bb8e4b0bf57e74b1608bd819e02a2f 770 bytes (raw)
$ git show 0.12.x-stable:dtas-linux.gemspec	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
#
# this just declares dependencies to make gem installation a little easier
# for Linux users
Gem::Specification.new do |s|
  s.name = %q{dtas-linux}
  s.version = '1.0.0'
  s.authors = ["dtas hackers"]
  s.summary = "meta-package for dtas users on the Linux kernel"
  s.description = "gives small performance improvements for dtas users\n" \
                  "via tee(), splice() and eventfd() on Linux"
  s.email = %q{e@80x24.org}
  s.files = []
  s.homepage = 'http://dtas.80x24.org/'
  s.add_dependency(%q<dtas>)
  s.add_dependency(%q<io_splice>, '~> 4')
  s.add_dependency(%q<sleepy_penguin>, '~> 3')
  s.licenses = "GPLv3+"
end

git clone git://80x24.org/dtas.git
git clone https://80x24.org/dtas.git