| prefix=@prefix@ | |
| exec_prefix=@exec_prefix@ | |
| libdir=@libdir@ | |
| includedir=@includedir@ | |
| Name: KJ HTTP Library | |
| Description: Basic utility library called KJ (HTTP part) | |
| Version: @VERSION@ | |
| Libs: -L${libdir} -lkj-http @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ @STDLIB_FLAG@ | |
| Requires: kj-async = @VERSION@ | |
| Cflags: -I${includedir} @PTHREAD_CFLAGS@ @STDLIB_FLAG@ @CAPNP_LITE_FLAG@ |