forked from cory/tildefriends
apps
core
deps
codemirror
codemirror_src
crypt_blowfish
libbacktrace
libbacktrace_config
libsodium
libuv
lit
picohttpparser
picohttpparser.xcodeproj
.clang-format
.gitignore
.gitmodules
.travis.yml
Jamfile
Makefile
README.md
bench.c
picohttpparser.c
picohttpparser.h
test.c
prettier
quickjs
speedscope
sqlite
zlib
docs
src
tools
.clang-format
.dockerignore
.git-blame-ignore-revs
.gitignore
.prettierignore
.prettierrc.yaml
CONTRIBUTING.md
Dockerfile
Doxyfile
GNUmakefile
LICENSE
README.md
package-lock.json
package.json
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
|
project picohttpparser ;
|
||
|
|
||
|
lib picohttpparser : picohttpparser.c ;
|
||
|
|
||
|
unit-test test
|
||
|
: picohttpparser picotest/picotest.c test.c
|
||
|
: <testing.launcher>prove ;
|