Files
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
xopt
zlib
docs
src
tools
.clang-format
.dockerignore
.gitignore
Dockerfile
Doxyfile
GNUmakefile
LICENSE
README.md
tildefriends/deps/picohttpparser/Jamfile

8 lines
156 B
Plaintext
Raw Normal View History

project picohttpparser ;
lib picohttpparser : picohttpparser.c ;
unit-test test
: picohttpparser picotest/picotest.c test.c
: <testing.launcher>prove ;