kcar.git  about / heads / tags
bytestream to Rack response converter
blob 55910795f56b7d40a2b0ceee61e0b98e50e24585 1075 bytes (raw)
$ git show HEAD:HACKING	# 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 
== development dependencies

* GNU make - https://www.gnu.org/software/make/
* git - https://www.git-scm.com/
* ruby - https://www.ruby-lang.org/en/

	git clone https://yhbt.net/kcar.git

== tests

* make test - run each test in a separate process (parallelize using -j)

For non-GNU users, GNU make may be installed as "gmake".

== test environment

RUBY - specify an alternative ruby(1) runtime
V - set to 1 for verbose test output (may be mangled if multithreaded)

== installing from git

* make install-gem

== contact

We use git(7) and develop kcar on a public mailing list like git.git
developers do.  Please send patches via git-send-email(1) to the public
mailing list at <mailto:kcar-public@yhbt.net>.  Pull requests should be
formatted using git-request-pull(1).

All mail is archived publically at: https://yhbt.net/kcar-public/
and nntp://news.public-inbox.org/inbox.comp.lang.ruby.kcar

Anonymous contributions will always be welcome.
No subscription is necessary to post to the mailing list.
Please remember to Cc: all recipients as subscription is optional.

git clone https://yhbt.net/kcar.git