capnproto

FORK: Cap'n Proto serialization/RPC system - core tools and C++ library
git clone https://git.neptards.moe/neptards/capnproto.git
Log | Files | Refs | README | LICENSE

capnp-rpc.pc.in (272B)


      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: Cap'n Proto RPC
      7 Description: Fast object-oriented RPC system
      8 Version: @VERSION@
      9 Libs: -L${libdir} -lcapnp-rpc
     10 Requires: capnp = @VERSION@ kj-async = @VERSION@
     11 Cflags: -I${includedir}