File: .gitmodules

package info (click to toggle)
ruby-http-parser.rb 0.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 376 kB
  • sloc: java: 431; ansic: 412; ruby: 355; makefile: 20
file content (6 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
[submodule "http-parser"]
	path = ext/ruby_http_parser/vendor/http-parser
	url = git://github.com/joyent/http-parser.git
[submodule "http-parser-java"]
	path = ext/ruby_http_parser/vendor/http-parser-java
	url = git://github.com/tmm1/http-parser.java