dtas.git  about / heads / tags
duct tape audio suite for *nix
blob f792978f1b7fc4f0d9c043e73bd21fb3f8426e19 738 bytes (raw)
$ git show v0.16.1: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-2019 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/'
  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