File: external.yaml

package info (click to toggle)
ruby-protocol-http 0.23.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 472 kB
  • sloc: ruby: 2,794; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
protocol-http1:
  url: https://github.com/socketry/protocol-http1.git
  command: bundle exec rspec
protocol-http2:
  url: https://github.com/socketry/protocol-http2.git
  command: bundle exec rspec
async-http:
  url: https://github.com/socketry/async-http.git
  command: bundle exec rspec
protocol-websocket:
  url: https://github.com/socketry/protocol-websocket.git
  command: bundle exec sus
async-websocket:
  url: https://github.com/socketry/async-websocket.git
  command: bundle exec sus
falcon:
  url: https://github.com/socketry/falcon.git
  command: bundle exec rspec