dtas.git  about / heads / tags
duct tape audio suite for *nix
blob a51b4d214a2a15767cd2434cd59a58eabc4cf95d 748 bytes (raw)
$ git show HEAD: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
 
# Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
# License: GPL-3.0+ <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.1.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 = 'https://80x24.org/dtas.git/about/'
  s.add_dependency(%q<dtas>, '~> 0.16')
  s.add_dependency(%q<sleepy_penguin>, '~> 3.5')
  s.licenses = 'GPL-3.0+'
end

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